Html Css Color HEX #AB9931 Reef Gold

📋 copy color: '#AB9931'

red 171 ◦ green 153 ◦ blue 49

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

Shades of Reef Gold #AB9931

Tints of Reef Gold #AB9931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.14%

R = 45.84%
G = 41.02%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AB9931 (or 0xAB9931) is known color: Reef Gold. HEX triplet: AB, 99 and 31. RGB value is (171,153,49). Sum of RGB (Red+Green+Blue) = 171+153+49=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 49 (19.53% from 255 or 13.14% from 373); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9931 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9931 is #5466CE. Grayscale: #929292. Windows color (decimal): -5531343 or 3250603. OLE color: 3250603.

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

Color convert

RGB 171 153 49 -
CMYK 0 0.11 0.71 0.33
HSL 51.15º 0.55% 0.43% -
HSV(B) 51.15º 0.71% 0.67% -
XYZ 28.74 31.66 7.5 -
YUV 146.53 72.96 145.46 -
System Red Green Blue C M Y K H S L
Decimal 171 153 49 0 0.11 0.71 0.33 51.15 0.55 0.43
Hex AB 99 31 0 B 47 21 33 37 2B
Octal 253 231 61 0 13 107 41 63 67 53
Binary 10101011 10011001 110001 0 1011 1000111 100001 110011 110111 101011

Color Harmonies of #AB9931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9931

Black with #AB9931

Text Example


Text Example

White with #AB9931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9931; }

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

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

background-color css

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

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

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

border-color css

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

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

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