Html Css Color HEX #A79650 Husk

📋 copy color: '#A79650'

red 167 ◦ green 150 ◦ blue 80

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

Shades of Husk #A79650

Tints of Husk #A79650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.15%

R = 42.07%
G = 37.78%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A79650 (or 0xA79650) is known color: Husk. HEX triplet: A7, 96 and 50. RGB value is (167,150,80). Sum of RGB (Red+Green+Blue) = 167+150+80=397 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.07% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 167 - color contains mainly: red. Hex color #A79650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79650 is #5869AF. Grayscale: #939393. Windows color (decimal): -5794224 or 5281447. OLE color: 5281447.

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

Color convert

RGB 167 150 80 -
CMYK 0 0.10 0.52 0.35
HSL 48.28º 0.35% 0.48% -
HSV(B) 48.28º 0.52% 0.65% -
XYZ 28.29 30.61 12.01 -
YUV 147.1 90.13 142.19 -
System Red Green Blue C M Y K H S L
Decimal 167 150 80 0 0.10 0.52 0.35 48.28 0.35 0.48
Hex A7 96 50 0 A 34 23 30 23 30
Octal 247 226 120 0 12 64 43 60 43 60
Binary 10100111 10010110 1010000 0 1010 110100 100011 110000 100011 110000

Color Harmonies of #A79650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79650

Black with #A79650

Text Example


Text Example

White with #A79650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79650; }

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

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

background-color css

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

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

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

border-color css

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

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

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