#AB9034

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

Shades of Reef Gold #AB9034

Tints of Reef Gold #AB9034

Color information

#AB9034 (or 0xAB9034) is unknown color: approx Reef Gold. HEX triplet: AB, 90 and 34. RGB value is (171,144,52). Sum of RGB (Red+Green+Blue) = 171+144+52=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 52 (20.70% from 255 or 14.17% from 367); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9034 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9034 is #546FCB. Grayscale: #8D8D8D. Windows color (decimal): -5533644 or 3444907. OLE color: 3444907.

HSL color Cylindrical-coordinate representation of color #AB9034: hue angle of 46.39º degrees, saturation: 0.53, 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 #AB9034 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB17114452-
CMYK00.160.700.33
HSL46.39º53.36%43.73%-
HSV(B)46.39º69.59%67.06%-
XYZ27.3928.857.37-
YUV141.5877.45148.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.59%
GREEN value IS 144 (56.64% from 255) = 39.24%
BLUE value IS 52 (20.70% from 255) = 14.17%
R=46.59%
G=39.24%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711445200.160.700.3346.3953.3643.73
HexAB903401046212e352c
Octal2532206402010641566554
Binary10101011100100001101000100001000110100001101110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9034; }

 p { color: rgb(171,144,52); }

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

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

 a { background-color: rgb(171,144,52); }

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

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

 span { border-color: rgb(171,144,52); }

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