Html Css Color HEX #AB972E Reef Gold

📋 copy color: '#AB972E'

red 171 ◦ green 151 ◦ blue 46

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

Shades of Reef Gold #AB972E

Tints of Reef Gold #AB972E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.5%

R = 46.47%
G = 41.03%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AB972E (or 0xAB972E) is known color: Reef Gold. HEX triplet: AB, 97 and 2E. RGB value is (171,151,46). Sum of RGB (Red+Green+Blue) = 171+151+46=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 151 (59.38% from 255 or 41.03% from 368); Blue value is 46 (18.36% from 255 or 12.5% from 368); Max value from RGB is 171 - color contains mainly: red. Hex color #AB972E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB972E is #5468D1. Grayscale: #919191. Windows color (decimal): -5531858 or 3053483. OLE color: 3053483.

HSL color Cylindrical-coordinate representation of color #AB972E: hue angle of 50.4º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB972E is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 151 46 -
CMYK 0 0.12 0.73 0.33
HSL 50.4º 0.58% 0.43% -
HSV(B) 50.4º 0.73% 0.67% -
XYZ 28.35 30.99 7.07 -
YUV 145.01 72.13 146.54 -
System Red Green Blue C M Y K H S L
Decimal 171 151 46 0 0.12 0.73 0.33 50.4 0.58 0.43
Hex AB 97 2E 0 C 49 21 32 3A 2B
Octal 253 227 56 0 14 111 41 62 72 53
Binary 10101011 10010111 101110 0 1100 1001001 100001 110010 111010 101011

Color Harmonies of #AB972E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB972E

Black with #AB972E

Text Example


Text Example

White with #AB972E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB972E; }

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

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

background-color css

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

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

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

border-color css

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

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

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