Html Css Color HEX #ABA253 Husk

📋 copy color: '#ABA253'

red 171 ◦ green 162 ◦ blue 83

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

Shades of Husk #ABA253

Tints of Husk #ABA253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.95%

R = 41.11%
G = 38.94%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#ABA253 (or 0xABA253) is known color: Husk. HEX triplet: AB, A2 and 53. RGB value is (171,162,83). Sum of RGB (Red+Green+Blue) = 171+162+83=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 83 (32.81% from 255 or 19.95% from 416); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA253 is #545DAC. Grayscale: #9C9C9C. Windows color (decimal): -5529005 or 5481131. OLE color: 5481131.

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

Color convert

RGB 171 162 83 -
CMYK 0 0.05 0.51 0.33
HSL 53.86º 0.35% 0.5% -
HSV(B) 53.86º 0.51% 0.67% -
XYZ 31.28 35.12 13.31 -
YUV 155.69 86.98 138.92 -
System Red Green Blue C M Y K H S L
Decimal 171 162 83 0 0.05 0.51 0.33 53.86 0.35 0.5
Hex AB A2 53 0 5 33 21 36 23 32
Octal 253 242 123 0 5 63 41 66 43 62
Binary 10101011 10100010 1010011 0 101 110011 100001 110110 100011 110010

Color Harmonies of #ABA253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA253

Black with #ABA253

Text Example


Text Example

White with #ABA253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA253; }

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

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

background-color css

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

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

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

border-color css

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

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

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