#AB9B39

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

Shades of Reef Gold #AB9B39

Tints of Reef Gold #AB9B39

Color information

#AB9B39 (or 0xAB9B39) is unknown color: approx Reef Gold. HEX triplet: AB, 9B and 39. RGB value is (171,155,57). Sum of RGB (Red+Green+Blue) = 171+155+57=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 155 (60.94% from 255 or 40.47% from 383); Blue value is 57 (22.66% from 255 or 14.88% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9B39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9B39 is #5464C6. Grayscale: #959595. Windows color (decimal): -5530823 or 3775403. OLE color: 3775403.

HSL color Cylindrical-coordinate representation of color #AB9B39: hue angle of 51.58º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB9B39 is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB17115557-
CMYK00.090.670.33
HSL51.58º50%44.71%-
HSV(B)51.58º66.67%67.06%-
XYZ29.2532.48.58-
YUV148.6176.3143.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.65%
GREEN value IS 155 (60.94% from 255) = 40.47%
BLUE value IS 57 (22.66% from 255) = 14.88%
R=44.65%
G=40.47%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711555700.090.670.3351.585044.71
HexAB9B3909432134322d
Octal2532337101110341646255
Binary1010101110011011111001010011000011100001110100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9B39; }

 p { color: rgb(171,155,57); }

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

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

 a { background-color: rgb(171,155,57); }

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

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

 span { border-color: rgb(171,155,57); }

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