#AB842B

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

Shades of Reef Gold #AB842B

Tints of Reef Gold #AB842B

Color information

#AB842B (or 0xAB842B) is unknown color: approx Reef Gold. HEX triplet: AB, 84 and 2B. RGB value is (171,132,43). Sum of RGB (Red+Green+Blue) = 171+132+43=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 132 (51.95% from 255 or 38.15% from 346); Blue value is 43 (17.19% from 255 or 12.43% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB842B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB842B is #547BD4. Grayscale: #858585. Windows color (decimal): -5536725 or 2852011. OLE color: 2852011.

HSL color Cylindrical-coordinate representation of color #AB842B: hue angle of 41.72º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB842B is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB17113243-
CMYK00.230.750.33
HSL41.72º59.81%41.96%-
HSV(B)41.72º74.85%67.06%-
XYZ25.4825.335.83-
YUV133.5176.92154.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.42%
GREEN value IS 132 (51.95% from 255) = 38.15%
BLUE value IS 43 (17.19% from 255) = 12.43%
R=49.42%
G=38.15%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711324300.230.750.3341.7259.8141.96
HexAB842B0174B212a3c2a
Octal2532045302711341527452
Binary10101011100001001010110101111001011100001101010111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB842B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB842B; }

 p { color: rgb(171,132,43); }

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

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

 a { background-color: rgb(171,132,43); }

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

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

 span { border-color: rgb(171,132,43); }

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