#AE9738

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

Shades of Reef Gold #AE9738

Tints of Reef Gold #AE9738

Color information

#AE9738 (or 0xAE9738) is unknown color: approx Reef Gold. HEX triplet: AE, 97 and 38. RGB value is (174,151,56). Sum of RGB (Red+Green+Blue) = 174+151+56=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 151 (59.38% from 255 or 39.63% from 381); Blue value is 56 (22.27% from 255 or 14.70% from 381); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9738 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9738 is #5168C7. Grayscale: #939393. Windows color (decimal): -5335240 or 3708846. OLE color: 3708846.

HSL color Cylindrical-coordinate representation of color #AE9738: hue angle of 48.31º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AE9738 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB17415156-
CMYK00.130.680.32
HSL48.31º51.3%45.1%-
HSV(B)48.31º67.82%68.24%-
XYZ29.2431.428.26-
YUV147.0576.62147.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.67%
GREEN value IS 151 (59.38% from 255) = 39.63%
BLUE value IS 56 (22.27% from 255) = 14.70%
R=45.67%
G=39.63%
B=14.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741515600.130.680.3248.3151.345.1
HexAE97380D442030332d
Octal2562277001510440606355
Binary1010111010010111111000011011000100100000110000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9738; }

 p { color: rgb(174,151,56); }

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

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

 a { background-color: rgb(174,151,56); }

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

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

 span { border-color: rgb(174,151,56); }

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