Html Css Color HEX #AB972C Sahara

📋 copy color: '#AB972C'

red 171 ◦ green 151 ◦ blue 44

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

Shades of Sahara #AB972C

Tints of Sahara #AB972C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.02%

R = 46.72%
G = 41.26%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB972C (or 0xAB972C) is known color: Sahara. HEX triplet: AB, 97 and 2C. RGB value is (171,151,44). Sum of RGB (Red+Green+Blue) = 171+151+44=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 151 (59.38% from 255 or 41.26% from 366); Blue value is 44 (17.58% from 255 or 12.02% from 366); Max value from RGB is 171 - color contains mainly: red. Hex color #AB972C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB972C is #5468D3. Grayscale: #919191. Windows color (decimal): -5531860 or 2922411. OLE color: 2922411.

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

Color convert

RGB 171 151 44 -
CMYK 0 0.12 0.74 0.33
HSL 50.55º 0.59% 0.42% -
HSV(B) 50.55º 0.74% 0.67% -
XYZ 28.32 30.97 6.87 -
YUV 144.78 71.13 146.7 -
System Red Green Blue C M Y K H S L
Decimal 171 151 44 0 0.12 0.74 0.33 50.55 0.59 0.42
Hex AB 97 2C 0 C 4A 21 33 3B 2A
Octal 253 227 54 0 14 112 41 63 73 52
Binary 10101011 10010111 101100 0 1100 1001010 100001 110011 111011 101010

Color Harmonies of #AB972C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB972C

Black with #AB972C

Text Example


Text Example

White with #AB972C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB972C; }

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

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

background-color css

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

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

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

border-color css

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

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

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