Html Css Color HEX #AB9133 Reef Gold

📋 copy color: '#AB9133'

red 171 ◦ green 145 ◦ blue 51

#AB9133
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef Gold #AB9133

Tints of Reef Gold #AB9133

RGB

 RED value IS 171 (67.19% from 255) = 46.59%

 GREEN value IS 145 (57.03% from 255) = 39.51%

 BLUE value IS 51 (20.31% from 255) = 13.9%

R = 46.59%
G = 39.51%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AB9133 (or 0xAB9133) is known color: Reef Gold. HEX triplet: AB, 91 and 33. RGB value is (171,145,51). Sum of RGB (Red+Green+Blue) = 171+145+51=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 145 (57.03% from 255 or 39.51% from 367); Blue value is 51 (20.31% from 255 or 13.90% from 367); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9133 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9133 is #546ECC. Grayscale: #8E8E8E. Windows color (decimal): -5533389 or 3379627. OLE color: 3379627.

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

Color convert

RGB 171 145 51 -
CMYK 0 0.15 0.70 0.33
HSL 47º 0.54% 0.44% -
HSV(B) 47º 0.7% 0.67% -
XYZ 27.52 29.15 7.31 -
YUV 142.06 76.61 148.64 -
System Red Green Blue C M Y K H S L
Decimal 171 145 51 0 0.15 0.70 0.33 47 0.54 0.44
Hex AB 91 33 0 F 46 21 2F 36 2C
Octal 253 221 63 0 17 106 41 57 66 54
Binary 10101011 10010001 110011 0 1111 1000110 100001 101111 110110 101100

Color Harmonies of #AB9133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9133

Black with #AB9133

Text Example


Text Example

White with #AB9133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9133; }

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

 H1.HeaderClassName
 {
   color: #AB9133;
 }
 .AnyTagClassName
 {
   color: #AB9133;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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