Html Css Color HEX #A29754 Husk

📋 copy color: '#A29754'

red 162 ◦ green 151 ◦ blue 84

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

Shades of Husk #A29754

Tints of Husk #A29754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.16%

R = 40.81%
G = 38.04%
B = 21.16%

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

#A29754 (or 0xA29754) is known color: Husk. HEX triplet: A2, 97 and 54. RGB value is (162,151,84). Sum of RGB (Red+Green+Blue) = 162+151+84=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 84 (33.20% from 255 or 21.16% from 397); Max value from RGB is 162 - color contains mainly: red. Hex color #A29754 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29754 is #5D68AB. Grayscale: #929292. Windows color (decimal): -6121644 or 5543842. OLE color: 5543842.

HSL color Cylindrical-coordinate representation of color #A29754: hue angle of 51.54º degrees, saturation: 0.32, 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 #A29754 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 151 84 -
CMYK 0 0.07 0.48 0.36
HSL 51.54º 0.32% 0.48% -
HSV(B) 51.54º 0.48% 0.64% -
XYZ 27.57 30.45 12.81 -
YUV 146.65 92.64 138.95 -
System Red Green Blue C M Y K H S L
Decimal 162 151 84 0 0.07 0.48 0.36 51.54 0.32 0.48
Hex A2 97 54 0 7 30 24 34 20 30
Octal 242 227 124 0 7 60 44 64 40 60
Binary 10100010 10010111 1010100 0 111 110000 100100 110100 100000 110000

Color Harmonies of #A29754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29754

Black with #A29754

Text Example


Text Example

White with #A29754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29754; }

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

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

background-color css

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

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

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

border-color css

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

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

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