Html Css Color HEX #ABA257 Husk

📋 copy color: '#ABA257'

red 171 ◦ green 162 ◦ blue 87

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

Shades of Husk #ABA257

Tints of Husk #ABA257

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.57%

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

R = 40.71%
G = 38.57%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#ABA257 (or 0xABA257) is known color: Husk. HEX triplet: AB, A2 and 57. RGB value is (171,162,87). Sum of RGB (Red+Green+Blue) = 171+162+87=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 87 (34.38% from 255 or 20.71% from 420); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA257 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA257 is #545DA8. Grayscale: #9C9C9C. Windows color (decimal): -5529001 or 5743275. OLE color: 5743275.

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

Color convert

RGB 171 162 87 -
CMYK 0 0.05 0.49 0.33
HSL 53.57º 0.33% 0.51% -
HSV(B) 53.57º 0.49% 0.67% -
XYZ 31.44 35.19 14.15 -
YUV 156.14 88.98 138.6 -
System Red Green Blue C M Y K H S L
Decimal 171 162 87 0 0.05 0.49 0.33 53.57 0.33 0.51
Hex AB A2 57 0 5 31 21 36 21 33
Octal 253 242 127 0 5 61 41 66 41 63
Binary 10101011 10100010 1010111 0 101 110001 100001 110110 100001 110011

Color Harmonies of #ABA257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA257

Black with #ABA257

Text Example


Text Example

White with #ABA257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA257; }

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

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

background-color css

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

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

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

border-color css

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

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

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