Html Css Color HEX #AB9731 Reef Gold

📋 copy color: '#AB9731'

red 171 ◦ green 151 ◦ blue 49

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

Shades of Reef Gold #AB9731

Tints of Reef Gold #AB9731

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.7%

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

R = 46.09%
G = 40.7%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AB9731 (or 0xAB9731) is known color: Reef Gold. HEX triplet: AB, 97 and 31. RGB value is (171,151,49). Sum of RGB (Red+Green+Blue) = 171+151+49=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 151 (59.38% from 255 or 40.70% from 371); Blue value is 49 (19.53% from 255 or 13.21% from 371); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9731 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9731 is #5468CE. Grayscale: #919191. Windows color (decimal): -5531855 or 3250091. OLE color: 3250091.

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

Color convert

RGB 171 151 49 -
CMYK 0 0.12 0.71 0.33
HSL 50.16º 0.55% 0.43% -
HSV(B) 50.16º 0.71% 0.67% -
XYZ 28.42 31.01 7.39 -
YUV 145.35 73.63 146.29 -
System Red Green Blue C M Y K H S L
Decimal 171 151 49 0 0.12 0.71 0.33 50.16 0.55 0.43
Hex AB 97 31 0 C 47 21 32 37 2B
Octal 253 227 61 0 14 107 41 62 67 53
Binary 10101011 10010111 110001 0 1100 1000111 100001 110010 110111 101011

Color Harmonies of #AB9731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9731

Black with #AB9731

Text Example


Text Example

White with #AB9731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9731; }

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

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

background-color css

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

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

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

border-color css

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

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

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