Html Css Color HEX #AB9027 Sahara

📋 copy color: '#AB9027'

red 171 ◦ green 144 ◦ blue 39

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

Shades of Sahara #AB9027

Tints of Sahara #AB9027

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.68%

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

R = 48.31%
G = 40.68%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AB9027 (or 0xAB9027) is known color: Sahara. HEX triplet: AB, 90 and 27. RGB value is (171,144,39). Sum of RGB (Red+Green+Blue) = 171+144+39=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 144 (56.64% from 255 or 40.68% from 354); Blue value is 39 (15.62% from 255 or 11.02% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9027 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9027 is #546FD8. Grayscale: #8C8C8C. Windows color (decimal): -5533657 or 2592939. OLE color: 2592939.

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

Color convert

RGB 171 144 39 -
CMYK 0 0.16 0.77 0.33
HSL 47.73º 0.63% 0.41% -
HSV(B) 47.73º 0.77% 0.67% -
XYZ 27.13 28.75 6.04 -
YUV 140.1 70.95 150.04 -
System Red Green Blue C M Y K H S L
Decimal 171 144 39 0 0.16 0.77 0.33 47.73 0.63 0.41
Hex AB 90 27 0 10 4D 21 30 3F 29
Octal 253 220 47 0 20 115 41 60 77 51
Binary 10101011 10010000 100111 0 10000 1001101 100001 110000 111111 101001

Color Harmonies of #AB9027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9027

Black with #AB9027

Text Example


Text Example

White with #AB9027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9027; }

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

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

background-color css

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

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

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

border-color css

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

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

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