#AE872A

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

Shades of Reef Gold #AE872A

Tints of Reef Gold #AE872A

Color information

#AE872A (or 0xAE872A) is unknown color: approx Reef Gold. HEX triplet: AE, 87 and 2A. RGB value is (174,135,42). Sum of RGB (Red+Green+Blue) = 174+135+42=351 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.57% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 42 (16.80% from 255 or 11.97% from 351); Max value from RGB is 174 - color contains mainly: red. Hex color #AE872A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE872A is #5178D5. Grayscale: #888888. Windows color (decimal): -5339350 or 2787246. OLE color: 2787246.

HSL color Cylindrical-coordinate representation of color #AE872A: hue angle of 42.27º 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 #AE872A is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB17413542-
CMYK00.220.760.32
HSL42.27º61.11%42.35%-
HSV(B)42.27º75.86%68.24%-
XYZ26.5426.495.91-
YUV136.0674.92155.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.57%
GREEN value IS 135 (53.12% from 255) = 38.46%
BLUE value IS 42 (16.80% from 255) = 11.97%
R=49.57%
G=38.46%
B=11.97%

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
Decimal1741354200.220.760.3242.2761.1142.35
HexAE872A0164C202a3d2a
Octal2562075202611440527552
Binary10101110100001111010100101101001100100000101010111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE872A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE872A; }

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

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

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

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

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

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

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

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