Html Css Color HEX #AB992E Sahara

📋 copy color: '#AB992E'

red 171 ◦ green 153 ◦ blue 46

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

Shades of Sahara #AB992E

Tints of Sahara #AB992E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.35%

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

R = 46.22%
G = 41.35%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AB992E (or 0xAB992E) is known color: Sahara. HEX triplet: AB, 99 and 2E. RGB value is (171,153,46). Sum of RGB (Red+Green+Blue) = 171+153+46=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 153 (60.16% from 255 or 41.35% from 370); Blue value is 46 (18.36% from 255 or 12.43% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #AB992E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB992E is #5466D1. Grayscale: #929292. Windows color (decimal): -5531346 or 3053995. OLE color: 3053995.

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

Color convert

RGB 171 153 46 -
CMYK 0 0.11 0.73 0.33
HSL 51.36º 0.58% 0.43% -
HSV(B) 51.36º 0.73% 0.67% -
XYZ 28.68 31.64 7.18 -
YUV 146.18 71.46 145.7 -
System Red Green Blue C M Y K H S L
Decimal 171 153 46 0 0.11 0.73 0.33 51.36 0.58 0.43
Hex AB 99 2E 0 B 49 21 33 3A 2B
Octal 253 231 56 0 13 111 41 63 72 53
Binary 10101011 10011001 101110 0 1011 1001001 100001 110011 111010 101011

Color Harmonies of #AB992E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB992E

Black with #AB992E

Text Example


Text Example

White with #AB992E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB992E; }

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

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

background-color css

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

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

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

border-color css

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

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

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