Html Css Color HEX #AB9C2E Sahara

📋 copy color: '#AB9C2E'

red 171 ◦ green 156 ◦ blue 46

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

Shades of Sahara #AB9C2E

Tints of Sahara #AB9C2E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.82%

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

R = 45.84%
G = 41.82%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AB9C2E (or 0xAB9C2E) is known color: Sahara. HEX triplet: AB, 9C and 2E. RGB value is (171,156,46). Sum of RGB (Red+Green+Blue) = 171+156+46=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 156 (61.33% from 255 or 41.82% from 373); Blue value is 46 (18.36% from 255 or 12.33% from 373); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9C2E is #5463D1. Grayscale: #949494. Windows color (decimal): -5530578 or 3054763. OLE color: 3054763.

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

Color convert

RGB 171 156 46 -
CMYK 0 0.09 0.73 0.33
HSL 52.8º 0.58% 0.43% -
HSV(B) 52.8º 0.73% 0.67% -
XYZ 29.18 32.63 7.35 -
YUV 147.95 70.47 144.44 -
System Red Green Blue C M Y K H S L
Decimal 171 156 46 0 0.09 0.73 0.33 52.8 0.58 0.43
Hex AB 9C 2E 0 9 49 21 35 3A 2B
Octal 253 234 56 0 11 111 41 65 72 53
Binary 10101011 10011100 101110 0 1001 1001001 100001 110101 111010 101011

Color Harmonies of #AB9C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9C2E

Black with #AB9C2E

Text Example


Text Example

White with #AB9C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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