Html Css Color HEX #A4975D Husk

📋 copy color: '#A4975D'

red 164 ◦ green 151 ◦ blue 93

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

Shades of Husk #A4975D

Tints of Husk #A4975D

RGB

 RED value IS 164 (64.45% from 255) = 40.2%

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

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

R = 40.2%
G = 37.01%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A4975D (or 0xA4975D) is known color: Husk. HEX triplet: A4, 97 and 5D. RGB value is (164,151,93). Sum of RGB (Red+Green+Blue) = 164+151+93=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 151 (59.38% from 255 or 37.01% from 408); Blue value is 93 (36.72% from 255 or 22.79% from 408); Max value from RGB is 164 - color contains mainly: red. Hex color #A4975D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4975D is #5B68A2. Grayscale: #949494. Windows color (decimal): -5990563 or 6133668. OLE color: 6133668.

HSL color Cylindrical-coordinate representation of color #A4975D: hue angle of 49.01º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A4975D is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 151 93 -
CMYK 0 0.08 0.43 0.36
HSL 49.01º 0.28% 0.5% -
HSV(B) 49.01º 0.43% 0.64% -
XYZ 28.35 30.82 14.81 -
YUV 148.28 96.81 139.22 -
System Red Green Blue C M Y K H S L
Decimal 164 151 93 0 0.08 0.43 0.36 49.01 0.28 0.5
Hex A4 97 5D 0 8 2B 24 31 1C 32
Octal 244 227 135 0 10 53 44 61 34 62
Binary 10100100 10010111 1011101 0 1000 101011 100100 110001 11100 110010

Color Harmonies of #A4975D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4975D

Black with #A4975D

Text Example


Text Example

White with #A4975D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4975D; }

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

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

background-color css

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

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

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

border-color css

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

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

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