#AB8933

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

Shades of Reef Gold #AB8933

Tints of Reef Gold #AB8933

Color information

#AB8933 (or 0xAB8933) is unknown color: approx Reef Gold. HEX triplet: AB, 89 and 33. RGB value is (171,137,51). Sum of RGB (Red+Green+Blue) = 171+137+51=359 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.63% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 51 (20.31% from 255 or 14.21% from 359); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8933 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8933 is #5476CC. Grayscale: #898989. Windows color (decimal): -5535437 or 3377579. OLE color: 3377579.

HSL color Cylindrical-coordinate representation of color #AB8933: hue angle of 43º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB8933 is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB17113751-
CMYK00.200.700.33
HSL43º54.05%43.53%-
HSV(B)43º70.18%67.06%-
XYZ26.3426.796.91-
YUV137.3679.26151.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.63%
GREEN value IS 137 (53.91% from 255) = 38.16%
BLUE value IS 51 (20.31% from 255) = 14.21%
R=47.63%
G=38.16%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711375100.200.700.334354.0543.53
HexAB893301446212b362c
Octal2532116302410641536654
Binary10101011100010011100110101001000110100001101011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8933; }

 p { color: rgb(171,137,51); }

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

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

 a { background-color: rgb(171,137,51); }

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

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

 span { border-color: rgb(171,137,51); }

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