#AB8B29

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

Shades of Reef Gold #AB8B29

Tints of Reef Gold #AB8B29

Color information

#AB8B29 (or 0xAB8B29) is unknown color: approx Reef Gold. HEX triplet: AB, 8B and 29. RGB value is (171,139,41). Sum of RGB (Red+Green+Blue) = 171+139+41=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 139 (54.69% from 255 or 39.60% from 351); Blue value is 41 (16.41% from 255 or 11.68% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8B29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8B29 is #5474D6. Grayscale: #898989. Windows color (decimal): -5534935 or 2722731. OLE color: 2722731.

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

Color convert

RGB17113941-
CMYK00.190.760.33
HSL45.23º61.32%41.57%-
HSV(B)45.23º76.02%67.06%-
XYZ26.4327.285.97-
YUV137.473.6151.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.72%
GREEN value IS 139 (54.69% from 255) = 39.60%
BLUE value IS 41 (16.41% from 255) = 11.68%
R=48.72%
G=39.60%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711394100.190.760.3345.2361.3241.57
HexAB8B290134C212d3d2a
Octal2532135102311441557552
Binary10101011100010111010010100111001100100001101101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8B29; }

 p { color: rgb(171,139,41); }

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

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

 a { background-color: rgb(171,139,41); }

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

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

 span { border-color: rgb(171,139,41); }

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