Html Css Color HEX #ABA05A Husk

📋 copy color: '#ABA05A'

red 171 ◦ green 160 ◦ blue 90

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

Shades of Husk #ABA05A

Tints of Husk #ABA05A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38%

 BLUE value IS 90 (35.55% from 255) = 21.38%

R = 40.62%
G = 38%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#ABA05A (or 0xABA05A) is known color: Husk. HEX triplet: AB, A0 and 5A. RGB value is (171,160,90). Sum of RGB (Red+Green+Blue) = 171+160+90=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 160 (62.89% from 255 or 38.00% from 421); Blue value is 90 (35.55% from 255 or 21.38% from 421); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA05A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA05A is #545FA5. Grayscale: #9B9B9B. Windows color (decimal): -5529510 or 5939371. OLE color: 5939371.

HSL color Cylindrical-coordinate representation of color #ABA05A: hue angle of 51.85º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ABA05A is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 160 90 -
CMYK 0 0.06 0.47 0.33
HSL 51.85º 0.33% 0.51% -
HSV(B) 51.85º 0.47% 0.67% -
XYZ 31.21 34.54 14.69 -
YUV 155.31 91.14 139.19 -
System Red Green Blue C M Y K H S L
Decimal 171 160 90 0 0.06 0.47 0.33 51.85 0.33 0.51
Hex AB A0 5A 0 6 2F 21 34 21 33
Octal 253 240 132 0 6 57 41 64 41 63
Binary 10101011 10100000 1011010 0 110 101111 100001 110100 100001 110011

Color Harmonies of #ABA05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA05A

Black with #ABA05A

Text Example


Text Example

White with #ABA05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA05A; }

 p { color: rgb(171,160,90); }

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

background-color css

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

 a { background-color: rgb(171,160,90); }

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

border-color css

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

 span { border-color: rgb(171,160,90); }

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