Html Css Color HEX #AB952C Sahara

📋 copy color: '#AB952C'

red 171 ◦ green 149 ◦ blue 44

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

Shades of Sahara #AB952C

Tints of Sahara #AB952C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.93%

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

R = 46.98%
G = 40.93%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB952C (or 0xAB952C) is known color: Sahara. HEX triplet: AB, 95 and 2C. RGB value is (171,149,44). Sum of RGB (Red+Green+Blue) = 171+149+44=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 44 (17.58% from 255 or 12.09% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #AB952C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB952C is #546AD3. Grayscale: #909090. Windows color (decimal): -5532372 or 2921899. OLE color: 2921899.

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

Color convert

RGB 171 149 44 -
CMYK 0 0.13 0.74 0.33
HSL 49.61º 0.59% 0.42% -
HSV(B) 49.61º 0.74% 0.67% -
XYZ 28 30.33 6.76 -
YUV 143.61 71.79 147.54 -
System Red Green Blue C M Y K H S L
Decimal 171 149 44 0 0.13 0.74 0.33 49.61 0.59 0.42
Hex AB 95 2C 0 D 4A 21 32 3B 2A
Octal 253 225 54 0 15 112 41 62 73 52
Binary 10101011 10010101 101100 0 1101 1001010 100001 110010 111011 101010

Color Harmonies of #AB952C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB952C

Black with #AB952C

Text Example


Text Example

White with #AB952C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB952C; }

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

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

background-color css

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

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

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

border-color css

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

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

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