Html Css Color HEX #AB8C24 Sahara

📋 copy color: '#AB8C24'

red 171 ◦ green 140 ◦ blue 36

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

Shades of Sahara #AB8C24

Tints of Sahara #AB8C24

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.35%

 BLUE value IS 36 (14.45% from 255) = 10.37%

R = 49.28%
G = 40.35%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AB8C24 (or 0xAB8C24) is known color: Sahara. HEX triplet: AB, 8C and 24. RGB value is (171,140,36). Sum of RGB (Red+Green+Blue) = 171+140+36=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 140 (55.08% from 255 or 40.35% from 347); Blue value is 36 (14.45% from 255 or 10.37% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8C24 is #5473DB. Grayscale: #898989. Windows color (decimal): -5534684 or 2395307. OLE color: 2395307.

HSL color Cylindrical-coordinate representation of color #AB8C24: hue angle of 46.22º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB8C24 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 140 36 -
CMYK 0 0.18 0.79 0.33
HSL 46.22º 0.65% 0.41% -
HSV(B) 46.22º 0.79% 0.67% -
XYZ 26.49 27.54 5.59 -
YUV 137.41 70.77 151.96 -
System Red Green Blue C M Y K H S L
Decimal 171 140 36 0 0.18 0.79 0.33 46.22 0.65 0.41
Hex AB 8C 24 0 12 4F 21 2E 41 29
Octal 253 214 44 0 22 117 41 56 101 51
Binary 10101011 10001100 100100 0 10010 1001111 100001 101110 1000001 101001

Color Harmonies of #AB8C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8C24

Black with #AB8C24

Text Example


Text Example

White with #AB8C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8C24; }

 p { color: rgb(171,140,36); }

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

background-color css

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

 a { background-color: rgb(171,140,36); }

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

border-color css

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

 span { border-color: rgb(171,140,36); }

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