#AB9B35

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

Shades of Reef Gold #AB9B35

Tints of Reef Gold #AB9B35

Color information

#AB9B35 (or 0xAB9B35) is unknown color: approx Reef Gold. HEX triplet: AB, 9B and 35. RGB value is (171,155,53). Sum of RGB (Red+Green+Blue) = 171+155+53=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 53 (21.09% from 255 or 13.98% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9B35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9B35 is #5464CA. Grayscale: #949494. Windows color (decimal): -5530827 or 3513259. OLE color: 3513259.

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

Color convert

RGB17115553-
CMYK00.090.690.33
HSL51.86º52.68%43.92%-
HSV(B)51.86º69.01%67.06%-
XYZ29.1632.368.08-
YUV148.1674.3144.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.12%
GREEN value IS 155 (60.94% from 255) = 40.90%
BLUE value IS 53 (21.09% from 255) = 13.98%
R=45.12%
G=40.90%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711555300.090.690.3351.8652.6843.92
HexAB9B3509452134352c
Octal2532336501110541646554
Binary1010101110011011110101010011000101100001110100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9B35; }

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

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

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

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

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

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

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

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