Html Css Color HEX #AB9934 Reef Gold

📋 copy color: '#AB9934'

red 171 ◦ green 153 ◦ blue 52

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

Shades of Reef Gold #AB9934

Tints of Reef Gold #AB9934

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.69%

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

R = 45.48%
G = 40.69%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AB9934 (or 0xAB9934) is known color: Reef Gold. HEX triplet: AB, 99 and 34. RGB value is (171,153,52). Sum of RGB (Red+Green+Blue) = 171+153+52=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 52 (20.70% from 255 or 13.83% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9934 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9934 is #5466CB. Grayscale: #939393. Windows color (decimal): -5531340 or 3447211. OLE color: 3447211.

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

Color convert

RGB 171 153 52 -
CMYK 0 0.11 0.70 0.33
HSL 50.92º 0.53% 0.44% -
HSV(B) 50.92º 0.7% 0.67% -
XYZ 28.81 31.69 7.85 -
YUV 146.87 74.46 145.21 -
System Red Green Blue C M Y K H S L
Decimal 171 153 52 0 0.11 0.70 0.33 50.92 0.53 0.44
Hex AB 99 34 0 B 46 21 33 35 2C
Octal 253 231 64 0 13 106 41 63 65 54
Binary 10101011 10011001 110100 0 1011 1000110 100001 110011 110101 101100

Color Harmonies of #AB9934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9934

Black with #AB9934

Text Example


Text Example

White with #AB9934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9934; }

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

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

background-color css

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

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

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

border-color css

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

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

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