Html Css Color HEX #AB992B Sahara

📋 copy color: '#AB992B'

red 171 ◦ green 153 ◦ blue 43

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

Shades of Sahara #AB992B

Tints of Sahara #AB992B

RGB

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

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

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

R = 46.59%
G = 41.69%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AB992B (or 0xAB992B) is known color: Sahara. HEX triplet: AB, 99 and 2B. RGB value is (171,153,43). Sum of RGB (Red+Green+Blue) = 171+153+43=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 43 (17.19% from 255 or 11.72% from 367); Max value from RGB is 171 - color contains mainly: red. Hex color #AB992B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB992B is #5466D4. Grayscale: #929292. Windows color (decimal): -5531349 or 2857387. OLE color: 2857387.

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

Color convert

RGB 171 153 43 -
CMYK 0 0.11 0.75 0.33
HSL 51.56º 0.6% 0.42% -
HSV(B) 51.56º 0.75% 0.67% -
XYZ 28.62 31.61 6.88 -
YUV 145.84 69.96 145.94 -
System Red Green Blue C M Y K H S L
Decimal 171 153 43 0 0.11 0.75 0.33 51.56 0.6 0.42
Hex AB 99 2B 0 B 4B 21 34 3C 2A
Octal 253 231 53 0 13 113 41 64 74 52
Binary 10101011 10011001 101011 0 1011 1001011 100001 110100 111100 101010

Color Harmonies of #AB992B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB992B

Black with #AB992B

Text Example


Text Example

White with #AB992B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB992B; }

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

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

background-color css

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

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

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

border-color css

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

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

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