Html Css Color HEX #AB972B Sahara

📋 copy color: '#AB972B'

red 171 ◦ green 151 ◦ blue 43

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

Shades of Sahara #AB972B

Tints of Sahara #AB972B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.78%

R = 46.85%
G = 41.37%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AB972B (or 0xAB972B) is known color: Sahara. HEX triplet: AB, 97 and 2B. RGB value is (171,151,43). Sum of RGB (Red+Green+Blue) = 171+151+43=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 151 (59.38% from 255 or 41.37% from 365); Blue value is 43 (17.19% from 255 or 11.78% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB972B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB972B is #5468D4. Grayscale: #919191. Windows color (decimal): -5531861 or 2856875. OLE color: 2856875.

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

Color convert

RGB 171 151 43 -
CMYK 0 0.12 0.75 0.33
HSL 50.63º 0.6% 0.42% -
HSV(B) 50.63º 0.75% 0.67% -
XYZ 28.3 30.97 6.77 -
YUV 144.67 70.63 146.78 -
System Red Green Blue C M Y K H S L
Decimal 171 151 43 0 0.12 0.75 0.33 50.63 0.6 0.42
Hex AB 97 2B 0 C 4B 21 33 3C 2A
Octal 253 227 53 0 14 113 41 63 74 52
Binary 10101011 10010111 101011 0 1100 1001011 100001 110011 111100 101010

Color Harmonies of #AB972B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB972B

Black with #AB972B

Text Example


Text Example

White with #AB972B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB972B; }

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

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

background-color css

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

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

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

border-color css

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

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

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