Html Css Color HEX #AB9032 Reef Gold

📋 copy color: '#AB9032'

red 171 ◦ green 144 ◦ blue 50

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

Shades of Reef Gold #AB9032

Tints of Reef Gold #AB9032

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.45%

 BLUE value IS 50 (19.92% from 255) = 13.7%

R = 46.85%
G = 39.45%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AB9032 (or 0xAB9032) is known color: Reef Gold. HEX triplet: AB, 90 and 32. RGB value is (171,144,50). Sum of RGB (Red+Green+Blue) = 171+144+50=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9032 is #546FCD. Grayscale: #8D8D8D. Windows color (decimal): -5533646 or 3313835. OLE color: 3313835.

HSL color Cylindrical-coordinate representation of color #AB9032: hue angle of 46.61º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB9032 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 144 50 -
CMYK 0 0.16 0.71 0.33
HSL 46.61º 0.55% 0.43% -
HSV(B) 46.61º 0.71% 0.67% -
XYZ 27.34 28.83 7.14 -
YUV 141.36 76.45 149.14 -
System Red Green Blue C M Y K H S L
Decimal 171 144 50 0 0.16 0.71 0.33 46.61 0.55 0.43
Hex AB 90 32 0 10 47 21 2F 37 2B
Octal 253 220 62 0 20 107 41 57 67 53
Binary 10101011 10010000 110010 0 10000 1000111 100001 101111 110111 101011

Color Harmonies of #AB9032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9032

Black with #AB9032

Text Example


Text Example

White with #AB9032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9032; }

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

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

background-color css

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

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

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

border-color css

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

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

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