#AB8E2A

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

Shades of Reef Gold #AB8E2A

Tints of Reef Gold #AB8E2A

Color information

#AB8E2A (or 0xAB8E2A) is unknown color: approx Reef Gold. HEX triplet: AB, 8E and 2A. RGB value is (171,142,42). Sum of RGB (Red+Green+Blue) = 171+142+42=355 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.17% from 355); Green value is 142 (55.86% from 255 or 40% from 355); Blue value is 42 (16.80% from 255 or 11.83% from 355); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8E2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8E2A is #5471D5. Grayscale: #8B8B8B. Windows color (decimal): -5534166 or 2789035. OLE color: 2789035.

HSL color Cylindrical-coordinate representation of color #AB8E2A: hue angle of 46.51º degrees, saturation: 0.61, 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 #AB8E2A is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB17114242-
CMYK00.170.750.33
HSL46.51º60.56%41.76%-
HSV(B)46.51º75.44%67.06%-
XYZ26.8928.176.21-
YUV139.2773.11150.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.17%
GREEN value IS 142 (55.86% from 255) = 40%
BLUE value IS 42 (16.80% from 255) = 11.83%
R=48.17%
G=40%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711424200.170.750.3346.5160.5641.76
HexAB8E2A0114B212f3d2a
Octal2532165202111341577552
Binary10101011100011101010100100011001011100001101111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8E2A; }

 p { color: rgb(171,142,42); }

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

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

 a { background-color: rgb(171,142,42); }

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

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

 span { border-color: rgb(171,142,42); }

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