Html Css Color HEX #A79C55 Husk

📋 copy color: '#A79C55'

red 167 ◦ green 156 ◦ blue 85

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

Shades of Husk #A79C55

Tints of Husk #A79C55

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.24%

 BLUE value IS 85 (33.59% from 255) = 20.83%

R = 40.93%
G = 38.24%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A79C55 (or 0xA79C55) is known color: Husk. HEX triplet: A7, 9C and 55. RGB value is (167,156,85). Sum of RGB (Red+Green+Blue) = 167+156+85=408 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.93% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 85 (33.59% from 255 or 20.83% from 408); Max value from RGB is 167 - color contains mainly: red. Hex color #A79C55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79C55 is #5863AA. Grayscale: #979797. Windows color (decimal): -5792683 or 5610663. OLE color: 5610663.

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

Color convert

RGB 167 156 85 -
CMYK 0 0.07 0.49 0.35
HSL 51.95º 0.33% 0.49% -
HSV(B) 51.95º 0.49% 0.65% -
XYZ 29.46 32.65 13.34 -
YUV 151.2 90.64 139.27 -
System Red Green Blue C M Y K H S L
Decimal 167 156 85 0 0.07 0.49 0.35 51.95 0.33 0.49
Hex A7 9C 55 0 7 31 23 34 21 31
Octal 247 234 125 0 7 61 43 64 41 61
Binary 10100111 10011100 1010101 0 111 110001 100011 110100 100001 110001

Color Harmonies of #A79C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79C55

Black with #A79C55

Text Example


Text Example

White with #A79C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79C55; }

 p { color: rgb(167,156,85); }

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

background-color css

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

 a { background-color: rgb(167,156,85); }

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

border-color css

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

 span { border-color: rgb(167,156,85); }

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