Html Css Color HEX #ABA352 Husk

📋 copy color: '#ABA352'

red 171 ◦ green 163 ◦ blue 82

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

Shades of Husk #ABA352

Tints of Husk #ABA352

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.18%

 BLUE value IS 82 (32.42% from 255) = 19.71%

R = 41.11%
G = 39.18%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#ABA352 (or 0xABA352) is known color: Husk. HEX triplet: AB, A3 and 52. RGB value is (171,163,82). Sum of RGB (Red+Green+Blue) = 171+163+82=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 163 (64.06% from 255 or 39.18% from 416); Blue value is 82 (32.42% from 255 or 19.71% from 416); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA352 is #545CAD. Grayscale: #9C9C9C. Windows color (decimal): -5528750 or 5415851. OLE color: 5415851.

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

Color convert

RGB 171 163 82 -
CMYK 0 0.05 0.52 0.33
HSL 54.61º 0.35% 0.5% -
HSV(B) 54.61º 0.52% 0.67% -
XYZ 31.41 35.46 13.17 -
YUV 156.16 86.15 138.59 -
System Red Green Blue C M Y K H S L
Decimal 171 163 82 0 0.05 0.52 0.33 54.61 0.35 0.5
Hex AB A3 52 0 5 34 21 37 23 32
Octal 253 243 122 0 5 64 41 67 43 62
Binary 10101011 10100011 1010010 0 101 110100 100001 110111 100011 110010

Color Harmonies of #ABA352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA352

Black with #ABA352

Text Example


Text Example

White with #ABA352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA352; }

 p { color: rgb(171,163,82); }

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

background-color css

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

 a { background-color: rgb(171,163,82); }

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

border-color css

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

 span { border-color: rgb(171,163,82); }

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