#AB9436

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

Shades of Reef Gold #AB9436

Tints of Reef Gold #AB9436

Color information

#AB9436 (or 0xAB9436) is unknown color: approx Reef Gold. HEX triplet: AB, 94 and 36. RGB value is (171,148,54). Sum of RGB (Red+Green+Blue) = 171+148+54=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 54 (21.48% from 255 or 14.48% from 373); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9436 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9436 is #546BC9. Grayscale: #909090. Windows color (decimal): -5532618 or 3577003. OLE color: 3577003.

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

Color convert

RGB17114854-
CMYK00.130.680.33
HSL48.21º52%44.12%-
HSV(B)48.21º68.42%67.06%-
XYZ28.0530.17.82-
YUV144.1677.12147.14-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.84%
GREEN value IS 148 (58.20% from 255) = 39.68%
BLUE value IS 54 (21.48% from 255) = 14.48%
R=45.84%
G=39.68%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711485400.130.680.3348.215244.12
HexAB94360D442130342c
Octal2532246601510441606454
Binary1010101110010100110110011011000100100001110000110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9436; }

 p { color: rgb(171,148,54); }

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

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

 a { background-color: rgb(171,148,54); }

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

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

 span { border-color: rgb(171,148,54); }

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