#ae852a

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

Shades of Reef Gold #AE852A

Tints of Reef Gold #AE852A

Color information

#AE852A (or 0xAE852A) is unknown color: approx Reef Gold. HEX triplet: AE, 85 and 2A. RGB value is (174,133,42). Sum of RGB (Red+Green+Blue) = 174+133+42=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 42 (16.80% from 255 or 12.03% from 349); Max value from RGB is 174 - color contains mainly: red. Hex color #AE852A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE852A is #517AD5. Grayscale: #878787. Windows color (decimal): -5339862 or 2786734. OLE color: 2786734.

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

Color convert

RGB17413342-
CMYK00.240.760.32
HSL41.36º61.11%42.35%-
HSV(B)41.36º75.86%68.24%-
XYZ26.2625.945.81-
YUV134.8875.58155.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.86%
GREEN value IS 133 (52.34% from 255) = 38.11%
BLUE value IS 42 (16.80% from 255) = 12.03%
R=49.86%
G=38.11%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741334200.240.760.3241.3661.1142.35
HexAE852A0184C20293d2a
Octal2562055203011440517552
Binary10101110100001011010100110001001100100000101001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae852a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae852a; }

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

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

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

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

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

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

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

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