Html Css Color HEX #A7975D Husk

📋 copy color: '#A7975D'

red 167 ◦ green 151 ◦ blue 93

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

Shades of Husk #A7975D

Tints of Husk #A7975D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.63%

R = 40.63%
G = 36.74%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A7975D (or 0xA7975D) is known color: Husk. HEX triplet: A7, 97 and 5D. RGB value is (167,151,93). Sum of RGB (Red+Green+Blue) = 167+151+93=411 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.63% from 411); Green value is 151 (59.38% from 255 or 36.74% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 167 - color contains mainly: red. Hex color #A7975D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7975D is #5868A2. Grayscale: #959595. Windows color (decimal): -5793955 or 6133671. OLE color: 6133671.

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

Color convert

RGB 167 151 93 -
CMYK 0 0.10 0.44 0.35
HSL 47.03º 0.3% 0.51% -
HSV(B) 47.03º 0.44% 0.65% -
XYZ 28.98 31.14 14.84 -
YUV 149.17 96.3 140.72 -
System Red Green Blue C M Y K H S L
Decimal 167 151 93 0 0.10 0.44 0.35 47.03 0.3 0.51
Hex A7 97 5D 0 A 2C 23 2F 1E 33
Octal 247 227 135 0 12 54 43 57 36 63
Binary 10100111 10010111 1011101 0 1010 101100 100011 101111 11110 110011

Color Harmonies of #A7975D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7975D

Black with #A7975D

Text Example


Text Example

White with #A7975D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7975D; }

 p { color: rgb(167,151,93); }

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

background-color css

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

 a { background-color: rgb(167,151,93); }

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

border-color css

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

 span { border-color: rgb(167,151,93); }

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