Html Css Color HEX #A29753 Husk

📋 copy color: '#A29753'

red 162 ◦ green 151 ◦ blue 83

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

Shades of Husk #A29753

Tints of Husk #A29753

RGB

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

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

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

R = 40.91%
G = 38.13%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A29753 (or 0xA29753) is known color: Husk. HEX triplet: A2, 97 and 53. RGB value is (162,151,83). Sum of RGB (Red+Green+Blue) = 162+151+83=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 151 (59.38% from 255 or 38.13% from 396); Blue value is 83 (32.81% from 255 or 20.96% from 396); Max value from RGB is 162 - color contains mainly: red. Hex color #A29753 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29753 is #5D68AC. Grayscale: #929292. Windows color (decimal): -6121645 or 5478306. OLE color: 5478306.

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

Color convert

RGB 162 151 83 -
CMYK 0 0.07 0.49 0.36
HSL 51.65º 0.32% 0.48% -
HSV(B) 51.65º 0.49% 0.64% -
XYZ 27.53 30.44 12.61 -
YUV 146.54 92.14 139.03 -
System Red Green Blue C M Y K H S L
Decimal 162 151 83 0 0.07 0.49 0.36 51.65 0.32 0.48
Hex A2 97 53 0 7 31 24 34 20 30
Octal 242 227 123 0 7 61 44 64 40 60
Binary 10100010 10010111 1010011 0 111 110001 100100 110100 100000 110000

Color Harmonies of #A29753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29753

Black with #A29753

Text Example


Text Example

White with #A29753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29753; }

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

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

background-color css

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

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

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

border-color css

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

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

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