Html Css Color HEX #AB9C34 Reef Gold

📋 copy color: '#AB9C34'

red 171 ◦ green 156 ◦ blue 52

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

Shades of Reef Gold #AB9C34

Tints of Reef Gold #AB9C34

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.16%

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

R = 45.12%
G = 41.16%
B = 13.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AB9C34 (or 0xAB9C34) is known color: Reef Gold. HEX triplet: AB, 9C and 34. RGB value is (171,156,52). Sum of RGB (Red+Green+Blue) = 171+156+52=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 156 (61.33% from 255 or 41.16% from 379); Blue value is 52 (20.70% from 255 or 13.72% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9C34 is #5463CB. Grayscale: #959595. Windows color (decimal): -5530572 or 3447979. OLE color: 3447979.

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

Color convert

RGB 171 156 52 -
CMYK 0 0.09 0.70 0.33
HSL 52.44º 0.53% 0.44% -
HSV(B) 52.44º 0.7% 0.67% -
XYZ 29.3 32.68 8.01 -
YUV 148.63 73.47 143.96 -
System Red Green Blue C M Y K H S L
Decimal 171 156 52 0 0.09 0.70 0.33 52.44 0.53 0.44
Hex AB 9C 34 0 9 46 21 34 35 2C
Octal 253 234 64 0 11 106 41 64 65 54
Binary 10101011 10011100 110100 0 1001 1000110 100001 110100 110101 101100

Color Harmonies of #AB9C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9C34

Black with #AB9C34

Text Example


Text Example

White with #AB9C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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