Html Css Color HEX #A29755 Husk

📋 copy color: '#A29755'

red 162 ◦ green 151 ◦ blue 85

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

Shades of Husk #A29755

Tints of Husk #A29755

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.94%

 BLUE value IS 85 (33.59% from 255) = 21.36%

R = 40.7%
G = 37.94%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A29755 (or 0xA29755) is known color: Husk. HEX triplet: A2, 97 and 55. RGB value is (162,151,85). Sum of RGB (Red+Green+Blue) = 162+151+85=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 151 (59.38% from 255 or 37.94% from 398); Blue value is 85 (33.59% from 255 or 21.36% from 398); Max value from RGB is 162 - color contains mainly: red. Hex color #A29755 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29755 is #5D68AA. Grayscale: #939393. Windows color (decimal): -6121643 or 5609378. OLE color: 5609378.

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

Color convert

RGB 162 151 85 -
CMYK 0 0.07 0.48 0.36
HSL 51.43º 0.31% 0.48% -
HSV(B) 51.43º 0.48% 0.64% -
XYZ 27.61 30.47 13.02 -
YUV 146.77 93.14 138.87 -
System Red Green Blue C M Y K H S L
Decimal 162 151 85 0 0.07 0.48 0.36 51.43 0.31 0.48
Hex A2 97 55 0 7 30 24 33 1F 30
Octal 242 227 125 0 7 60 44 63 37 60
Binary 10100010 10010111 1010101 0 111 110000 100100 110011 11111 110000

Color Harmonies of #A29755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29755

Black with #A29755

Text Example


Text Example

White with #A29755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29755; }

 p { color: rgb(162,151,85); }

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

background-color css

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

 a { background-color: rgb(162,151,85); }

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

border-color css

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

 span { border-color: rgb(162,151,85); }

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