#AB8C2B

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

Shades of Reef Gold #AB8C2B

Tints of Reef Gold #AB8C2B

Color information

#AB8C2B (or 0xAB8C2B) is unknown color: approx Reef Gold. HEX triplet: AB, 8C and 2B. RGB value is (171,140,43). Sum of RGB (Red+Green+Blue) = 171+140+43=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 140 (55.08% from 255 or 39.55% from 354); Blue value is 43 (17.19% from 255 or 12.15% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8C2B is #5473D4. Grayscale: #8A8A8A. Windows color (decimal): -5534677 or 2854059. OLE color: 2854059.

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

Color convert

RGB17114043-
CMYK00.180.750.33
HSL45.47º59.81%41.96%-
HSV(B)45.47º74.85%67.06%-
XYZ26.6127.596.21-
YUV138.2174.27151.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.31%
GREEN value IS 140 (55.08% from 255) = 39.55%
BLUE value IS 43 (17.19% from 255) = 12.15%
R=48.31%
G=39.55%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711404300.180.750.3345.4759.8141.96
HexAB8C2B0124B212d3c2a
Octal2532145302211341557452
Binary10101011100011001010110100101001011100001101101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8C2B; }

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

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

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

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

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

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

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

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