Html Css Color HEX #AB9227 Sahara

📋 copy color: '#AB9227'

red 171 ◦ green 146 ◦ blue 39

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

Shades of Sahara #AB9227

Tints of Sahara #AB9227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.96%

R = 48.03%
G = 41.01%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AB9227 (or 0xAB9227) is known color: Sahara. HEX triplet: AB, 92 and 27. RGB value is (171,146,39). Sum of RGB (Red+Green+Blue) = 171+146+39=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 39 (15.62% from 255 or 10.96% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9227 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9227 is #546DD8. Grayscale: #8D8D8D. Windows color (decimal): -5533145 or 2593451. OLE color: 2593451.

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

Color convert

RGB 171 146 39 -
CMYK 0 0.15 0.77 0.33
HSL 48.64º 0.63% 0.41% -
HSV(B) 48.64º 0.77% 0.67% -
XYZ 27.44 29.36 6.14 -
YUV 141.28 70.28 149.2 -
System Red Green Blue C M Y K H S L
Decimal 171 146 39 0 0.15 0.77 0.33 48.64 0.63 0.41
Hex AB 92 27 0 F 4D 21 31 3F 29
Octal 253 222 47 0 17 115 41 61 77 51
Binary 10101011 10010010 100111 0 1111 1001101 100001 110001 111111 101001

Color Harmonies of #AB9227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9227

Black with #AB9227

Text Example


Text Example

White with #AB9227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9227; }

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

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

background-color css

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

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

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

border-color css

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

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

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