#AE8A27

Color #AE8A27 Reef Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef Gold #AE8A27

Tints of Reef Gold #AE8A27

Color information

#AE8A27 (or 0xAE8A27) is unknown color: approx Reef Gold. HEX triplet: AE, 8A and 27. RGB value is (174,138,39). Sum of RGB (Red+Green+Blue) = 174+138+39=351 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.57% from 351); Green value is 138 (54.30% from 255 or 39.32% from 351); Blue value is 39 (15.62% from 255 or 11.11% from 351); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8A27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8A27 is #5175D8. Grayscale: #898989. Windows color (decimal): -5338585 or 2591406. OLE color: 2591406.

HSL color Cylindrical-coordinate representation of color #AE8A27: hue angle of 44º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AE8A27 is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.32.

Color convert

RGB17413839-
CMYK00.210.780.32
HSL44º63.38%41.76%-
HSV(B)44º77.59%68.24%-
XYZ26.9127.325.77-
YUV137.4872.43154.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 49.57%
GREEN value IS 138 (54.30% from 255) = 39.32%
BLUE value IS 39 (15.62% from 255) = 11.11%
R=49.57%
G=39.32%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.78
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741383900.210.780.324463.3841.76
HexAE8A270154E202c3f2a
Octal2562124702511640547752
Binary10101110100010101001110101011001110100000101100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8A27; }

 p { color: rgb(174,138,39); }

 H1.HeaderClassName
 {
   color: #AE8A27;
 }
 .AnyTagClassName
 {
   color: #AE8A27;
 }
</style>
background-color css

<style>
 a { background-color: #AE8A27; }

 a { background-color: rgb(174,138,39); }

 div.DivClassName
 {
   background-color: #AE8A27;
 }
 .BgClassName
 {
   background-color: #AE8A27;
 }
</style>
border-color css

<style>
 span { border-color: #AE8A27; }

 span { border-color: rgb(174,138,39); }

 td.TdClassName
 {
   border-color: #AE8A27;
 }
 .TagClassName
 {
   border-color: #AE8A27;
 }
</style>