#AE882A

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

Shades of Reef Gold #AE882A

Tints of Reef Gold #AE882A

Color information

#AE882A (or 0xAE882A) is unknown color: approx Reef Gold. HEX triplet: AE, 88 and 2A. RGB value is (174,136,42). Sum of RGB (Red+Green+Blue) = 174+136+42=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 136 (53.52% from 255 or 38.64% from 352); Blue value is 42 (16.80% from 255 or 11.93% from 352); Max value from RGB is 174 - color contains mainly: red. Hex color #AE882A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE882A is #5177D5. Grayscale: #898989. Windows color (decimal): -5339094 or 2787502. OLE color: 2787502.

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

Color convert

RGB17413642-
CMYK00.220.760.32
HSL42.73º61.11%42.35%-
HSV(B)42.73º75.86%68.24%-
XYZ26.6826.775.95-
YUV136.6574.59154.64-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.43%
GREEN value IS 136 (53.52% from 255) = 38.64%
BLUE value IS 42 (16.80% from 255) = 11.93%
R=49.43%
G=38.64%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741364200.220.760.3242.7361.1142.35
HexAE882A0164C202b3d2a
Octal2562105202611440537552
Binary10101110100010001010100101101001100100000101011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE882A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE882A; }

 p { color: rgb(174,136,42); }

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

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

 a { background-color: rgb(174,136,42); }

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

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

 span { border-color: rgb(174,136,42); }

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