Html Css Color HEX #AB9028 Sahara

📋 copy color: '#AB9028'

red 171 ◦ green 144 ◦ blue 40

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

Shades of Sahara #AB9028

Tints of Sahara #AB9028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.27%

R = 48.17%
G = 40.56%
B = 11.27%

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

#AB9028 (or 0xAB9028) is known color: Sahara. HEX triplet: AB, 90 and 28. RGB value is (171,144,40). Sum of RGB (Red+Green+Blue) = 171+144+40=355 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.17% from 355); Green value is 144 (56.64% from 255 or 40.56% from 355); Blue value is 40 (16.02% from 255 or 11.27% from 355); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9028 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9028 is #546FD7. Grayscale: #8C8C8C. Windows color (decimal): -5533656 or 2658475. OLE color: 2658475.

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

Color convert

RGB 171 144 40 -
CMYK 0 0.16 0.77 0.33
HSL 47.63º 0.62% 0.41% -
HSV(B) 47.63º 0.77% 0.67% -
XYZ 27.15 28.76 6.13 -
YUV 140.22 71.45 149.96 -
System Red Green Blue C M Y K H S L
Decimal 171 144 40 0 0.16 0.77 0.33 47.63 0.62 0.41
Hex AB 90 28 0 10 4D 21 30 3E 29
Octal 253 220 50 0 20 115 41 60 76 51
Binary 10101011 10010000 101000 0 10000 1001101 100001 110000 111110 101001

Color Harmonies of #AB9028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9028

Black with #AB9028

Text Example


Text Example

White with #AB9028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9028; }

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

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

background-color css

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

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

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

border-color css

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

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

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