Html Css Color HEX #ABA157 Husk

📋 copy color: '#ABA157'

red 171 ◦ green 161 ◦ blue 87

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

Shades of Husk #ABA157

Tints of Husk #ABA157

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.42%

 BLUE value IS 87 (34.38% from 255) = 20.76%

R = 40.81%
G = 38.42%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#ABA157 (or 0xABA157) is known color: Husk. HEX triplet: AB, A1 and 57. RGB value is (171,161,87). Sum of RGB (Red+Green+Blue) = 171+161+87=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 87 (34.38% from 255 or 20.76% from 419); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA157 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA157 is #545EA8. Grayscale: #9B9B9B. Windows color (decimal): -5529257 or 5743019. OLE color: 5743019.

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

Color convert

RGB 171 161 87 -
CMYK 0 0.06 0.49 0.33
HSL 52.86º 0.33% 0.51% -
HSV(B) 52.86º 0.49% 0.67% -
XYZ 31.26 34.84 14.09 -
YUV 155.55 89.31 139.02 -
System Red Green Blue C M Y K H S L
Decimal 171 161 87 0 0.06 0.49 0.33 52.86 0.33 0.51
Hex AB A1 57 0 6 31 21 35 21 33
Octal 253 241 127 0 6 61 41 65 41 63
Binary 10101011 10100001 1010111 0 110 110001 100001 110101 100001 110011

Color Harmonies of #ABA157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA157

Black with #ABA157

Text Example


Text Example

White with #ABA157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA157; }

 p { color: rgb(171,161,87); }

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

background-color css

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

 a { background-color: rgb(171,161,87); }

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

border-color css

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

 span { border-color: rgb(171,161,87); }

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