Html Css Color HEX #A79653 Husk

📋 copy color: '#A79653'

red 167 ◦ green 150 ◦ blue 83

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

Shades of Husk #A79653

Tints of Husk #A79653

RGB

 RED value IS 167 (65.63% from 255) = 41.75%

 GREEN value IS 150 (58.98% from 255) = 37.5%

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

R = 41.75%
G = 37.5%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A79653 (or 0xA79653) is known color: Husk. HEX triplet: A7, 96 and 53. RGB value is (167,150,83). Sum of RGB (Red+Green+Blue) = 167+150+83=400 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.75% from 400); Green value is 150 (58.98% from 255 or 37.5% from 400); Blue value is 83 (32.81% from 255 or 20.75% from 400); Max value from RGB is 167 - color contains mainly: red. Hex color #A79653 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79653 is #5869AC. Grayscale: #939393. Windows color (decimal): -5794221 or 5478055. OLE color: 5478055.

HSL color Cylindrical-coordinate representation of color #A79653: hue angle of 47.86º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A79653 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 150 83 -
CMYK 0 0.10 0.50 0.35
HSL 47.86º 0.34% 0.49% -
HSV(B) 47.86º 0.5% 0.65% -
XYZ 28.4 30.65 12.6 -
YUV 147.45 91.63 141.95 -
System Red Green Blue C M Y K H S L
Decimal 167 150 83 0 0.10 0.50 0.35 47.86 0.34 0.49
Hex A7 96 53 0 A 32 23 30 22 31
Octal 247 226 123 0 12 62 43 60 42 61
Binary 10100111 10010110 1010011 0 1010 110010 100011 110000 100010 110001

Color Harmonies of #A79653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79653

Black with #A79653

Text Example


Text Example

White with #A79653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79653; }

 p { color: rgb(167,150,83); }

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

background-color css

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

 a { background-color: rgb(167,150,83); }

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

border-color css

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

 span { border-color: rgb(167,150,83); }

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