Html Css Color HEX #A29953 Husk

📋 copy color: '#A29953'

red 162 ◦ green 153 ◦ blue 83

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

Shades of Husk #A29953

Tints of Husk #A29953

RGB

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

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

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

R = 40.7%
G = 38.44%
B = 20.85%

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

#A29953 (or 0xA29953) is known color: Husk. HEX triplet: A2, 99 and 53. RGB value is (162,153,83). Sum of RGB (Red+Green+Blue) = 162+153+83=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 83 (32.81% from 255 or 20.85% from 398); Max value from RGB is 162 - color contains mainly: red. Hex color #A29953 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29953 is #5D66AC. Grayscale: #949494. Windows color (decimal): -6121133 or 5478818. OLE color: 5478818.

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

Color convert

RGB 162 153 83 -
CMYK 0 0.06 0.49 0.36
HSL 53.16º 0.32% 0.48% -
HSV(B) 53.16º 0.49% 0.64% -
XYZ 27.85 31.09 12.72 -
YUV 147.71 91.48 138.19 -
System Red Green Blue C M Y K H S L
Decimal 162 153 83 0 0.06 0.49 0.36 53.16 0.32 0.48
Hex A2 99 53 0 6 31 24 35 20 30
Octal 242 231 123 0 6 61 44 65 40 60
Binary 10100010 10011001 1010011 0 110 110001 100100 110101 100000 110000

Color Harmonies of #A29953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29953

Black with #A29953

Text Example


Text Example

White with #A29953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29953; }

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

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

background-color css

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

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

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

border-color css

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

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

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