Html Css Color HEX #AB9A34 Reef Gold

📋 copy color: '#AB9A34'

red 171 ◦ green 154 ◦ blue 52

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

Shades of Reef Gold #AB9A34

Tints of Reef Gold #AB9A34

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.85%

 BLUE value IS 52 (20.7% from 255) = 13.79%

R = 45.36%
G = 40.85%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AB9A34 (or 0xAB9A34) is known color: Reef Gold. HEX triplet: AB, 9A and 34. RGB value is (171,154,52). Sum of RGB (Red+Green+Blue) = 171+154+52=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 154 (60.55% from 255 or 40.85% from 377); Blue value is 52 (20.70% from 255 or 13.79% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9A34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9A34 is #5465CB. Grayscale: #939393. Windows color (decimal): -5531084 or 3447467. OLE color: 3447467.

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

Color convert

RGB 171 154 52 -
CMYK 0 0.10 0.70 0.33
HSL 51.43º 0.53% 0.44% -
HSV(B) 51.43º 0.7% 0.67% -
XYZ 28.97 32.02 7.9 -
YUV 147.46 74.13 144.79 -
System Red Green Blue C M Y K H S L
Decimal 171 154 52 0 0.10 0.70 0.33 51.43 0.53 0.44
Hex AB 9A 34 0 A 46 21 33 35 2C
Octal 253 232 64 0 12 106 41 63 65 54
Binary 10101011 10011010 110100 0 1010 1000110 100001 110011 110101 101100

Color Harmonies of #AB9A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9A34

Black with #AB9A34

Text Example


Text Example

White with #AB9A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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