#AB8D27

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

Shades of Reef Gold #AB8D27

Tints of Reef Gold #AB8D27

Color information

#AB8D27 (or 0xAB8D27) is unknown color: approx Reef Gold. HEX triplet: AB, 8D and 27. RGB value is (171,141,39). Sum of RGB (Red+Green+Blue) = 171+141+39=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 141 (55.47% from 255 or 40.17% from 351); Blue value is 39 (15.62% from 255 or 11.11% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8D27 is #5472D8. Grayscale: #8A8A8A. Windows color (decimal): -5534425 or 2592171. OLE color: 2592171.

HSL color Cylindrical-coordinate representation of color #AB8D27: hue angle of 46.36º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB8D27 is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB17114139-
CMYK00.180.770.33
HSL46.36º62.86%41.18%-
HSV(B)46.36º77.19%67.06%-
XYZ26.6927.855.89-
YUV138.3471.94151.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.72%
GREEN value IS 141 (55.47% from 255) = 40.17%
BLUE value IS 39 (15.62% from 255) = 11.11%
R=48.72%
G=40.17%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711413900.180.770.3346.3662.8641.18
HexAB8D270124D212e3f29
Octal2532154702211541567751
Binary10101011100011011001110100101001101100001101110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8D27; }

 p { color: rgb(171,141,39); }

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

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

 a { background-color: rgb(171,141,39); }

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

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

 span { border-color: rgb(171,141,39); }

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