Html Css Color HEX #A29453 Husk

📋 copy color: '#A29453'

red 162 ◦ green 148 ◦ blue 83

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

Shades of Husk #A29453

Tints of Husk #A29453

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.66%

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

R = 41.22%
G = 37.66%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A29453 (or 0xA29453) is known color: Husk. HEX triplet: A2, 94 and 53. RGB value is (162,148,83). Sum of RGB (Red+Green+Blue) = 162+148+83=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 83 (32.81% from 255 or 21.12% from 393); Max value from RGB is 162 - color contains mainly: red. Hex color #A29453 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29453 is #5D6BAC. Grayscale: #919191. Windows color (decimal): -6122413 or 5477538. OLE color: 5477538.

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

Color convert

RGB 162 148 83 -
CMYK 0 0.09 0.49 0.36
HSL 49.37º 0.32% 0.48% -
HSV(B) 49.37º 0.49% 0.64% -
XYZ 27.05 29.49 12.45 -
YUV 144.78 93.14 140.29 -
System Red Green Blue C M Y K H S L
Decimal 162 148 83 0 0.09 0.49 0.36 49.37 0.32 0.48
Hex A2 94 53 0 9 31 24 31 20 30
Octal 242 224 123 0 11 61 44 61 40 60
Binary 10100010 10010100 1010011 0 1001 110001 100100 110001 100000 110000

Color Harmonies of #A29453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29453

Black with #A29453

Text Example


Text Example

White with #A29453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29453; }

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

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

background-color css

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

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

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

border-color css

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

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

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