Html Css Color HEX #A79E5C Husk

📋 copy color: '#A79E5C'

red 167 ◦ green 158 ◦ blue 92

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

Shades of Husk #A79E5C

Tints of Husk #A79E5C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.89%

 BLUE value IS 92 (36.33% from 255) = 22.06%

R = 40.05%
G = 37.89%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A79E5C (or 0xA79E5C) is known color: Husk. HEX triplet: A7, 9E and 5C. RGB value is (167,158,92). Sum of RGB (Red+Green+Blue) = 167+158+92=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 158 (62.11% from 255 or 37.89% from 417); Blue value is 92 (36.33% from 255 or 22.06% from 417); Max value from RGB is 167 - color contains mainly: red. Hex color #A79E5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79E5C is #5861A3. Grayscale: #999999. Windows color (decimal): -5792164 or 6069927. OLE color: 6069927.

HSL color Cylindrical-coordinate representation of color #A79E5C: hue angle of 52.8º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A79E5C is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 158 92 -
CMYK 0 0.05 0.45 0.35
HSL 52.8º 0.3% 0.51% -
HSV(B) 52.8º 0.45% 0.65% -
XYZ 30.09 33.44 14.99 -
YUV 153.17 93.48 137.87 -
System Red Green Blue C M Y K H S L
Decimal 167 158 92 0 0.05 0.45 0.35 52.8 0.3 0.51
Hex A7 9E 5C 0 5 2D 23 35 1E 33
Octal 247 236 134 0 5 55 43 65 36 63
Binary 10100111 10011110 1011100 0 101 101101 100011 110101 11110 110011

Color Harmonies of #A79E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79E5C

Black with #A79E5C

Text Example


Text Example

White with #A79E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79E5C; }

 p { color: rgb(167,158,92); }

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

background-color css

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

 a { background-color: rgb(167,158,92); }

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

border-color css

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

 span { border-color: rgb(167,158,92); }

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