Html Css Color HEX #A29952 Husk

📋 copy color: '#A29952'

red 162 ◦ green 153 ◦ blue 82

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

Shades of Husk #A29952

Tints of Husk #A29952

RGB

 RED value IS 162 (63.67% from 255) = 40.81%

 GREEN value IS 153 (60.16% from 255) = 38.54%

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

R = 40.81%
G = 38.54%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A29952 (or 0xA29952) is known color: Husk. HEX triplet: A2, 99 and 52. RGB value is (162,153,82). Sum of RGB (Red+Green+Blue) = 162+153+82=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 82 (32.42% from 255 or 20.65% from 397); Max value from RGB is 162 - color contains mainly: red. Hex color #A29952 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29952 is #5D66AD. Grayscale: #939393. Windows color (decimal): -6121134 or 5413282. OLE color: 5413282.

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

Color convert

RGB 162 153 82 -
CMYK 0 0.06 0.49 0.36
HSL 53.25º 0.33% 0.48% -
HSV(B) 53.25º 0.49% 0.64% -
XYZ 27.81 31.07 12.51 -
YUV 147.6 90.98 138.27 -
System Red Green Blue C M Y K H S L
Decimal 162 153 82 0 0.06 0.49 0.36 53.25 0.33 0.48
Hex A2 99 52 0 6 31 24 35 21 30
Octal 242 231 122 0 6 61 44 65 41 60
Binary 10100010 10011001 1010010 0 110 110001 100100 110101 100001 110000

Color Harmonies of #A29952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29952

Black with #A29952

Text Example


Text Example

White with #A29952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29952; }

 p { color: rgb(162,153,82); }

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

background-color css

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

 a { background-color: rgb(162,153,82); }

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

border-color css

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

 span { border-color: rgb(162,153,82); }

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