Html Css Color HEX #AB9229 Sahara

📋 copy color: '#AB9229'

red 171 ◦ green 146 ◦ blue 41

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

Shades of Sahara #AB9229

Tints of Sahara #AB9229

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.78%

 BLUE value IS 41 (16.41% from 255) = 11.45%

R = 47.77%
G = 40.78%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AB9229 (or 0xAB9229) is known color: Sahara. HEX triplet: AB, 92 and 29. RGB value is (171,146,41). Sum of RGB (Red+Green+Blue) = 171+146+41=358 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.77% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 41 (16.41% from 255 or 11.45% from 358); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9229 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9229 is #546DD6. Grayscale: #8D8D8D. Windows color (decimal): -5533143 or 2724523. OLE color: 2724523.

HSL color Cylindrical-coordinate representation of color #AB9229: hue angle of 48.46º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB9229 is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 146 41 -
CMYK 0 0.15 0.76 0.33
HSL 48.46º 0.61% 0.42% -
HSV(B) 48.46º 0.76% 0.67% -
XYZ 27.47 29.38 6.32 -
YUV 141.51 71.28 149.04 -
System Red Green Blue C M Y K H S L
Decimal 171 146 41 0 0.15 0.76 0.33 48.46 0.61 0.42
Hex AB 92 29 0 F 4C 21 30 3D 2A
Octal 253 222 51 0 17 114 41 60 75 52
Binary 10101011 10010010 101001 0 1111 1001100 100001 110000 111101 101010

Color Harmonies of #AB9229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9229

Black with #AB9229

Text Example


Text Example

White with #AB9229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9229; }

 p { color: rgb(171,146,41); }

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

background-color css

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

 a { background-color: rgb(171,146,41); }

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

border-color css

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

 span { border-color: rgb(171,146,41); }

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