Html Css Color HEX #A3975C Husk

📋 copy color: '#A3975C'

red 163 ◦ green 151 ◦ blue 92

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

Shades of Husk #A3975C

Tints of Husk #A3975C

RGB

 RED value IS 163 (64.06% from 255) = 40.15%

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

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

R = 40.15%
G = 37.19%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A3975C (or 0xA3975C) is known color: Husk. HEX triplet: A3, 97 and 5C. RGB value is (163,151,92). Sum of RGB (Red+Green+Blue) = 163+151+92=406 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.15% from 406); Green value is 151 (59.38% from 255 or 37.19% from 406); Blue value is 92 (36.33% from 255 or 22.66% from 406); Max value from RGB is 163 - color contains mainly: red. Hex color #A3975C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3975C is #5C68A3. Grayscale: #949494. Windows color (decimal): -6056100 or 6068131. OLE color: 6068131.

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

Color convert

RGB 163 151 92 -
CMYK 0 0.07 0.44 0.36
HSL 49.86º 0.28% 0.5% -
HSV(B) 49.86º 0.44% 0.64% -
XYZ 28.1 30.69 14.57 -
YUV 147.86 96.48 138.8 -
System Red Green Blue C M Y K H S L
Decimal 163 151 92 0 0.07 0.44 0.36 49.86 0.28 0.5
Hex A3 97 5C 0 7 2C 24 32 1C 32
Octal 243 227 134 0 7 54 44 62 34 62
Binary 10100011 10010111 1011100 0 111 101100 100100 110010 11100 110010

Color Harmonies of #A3975C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3975C

Black with #A3975C

Text Example


Text Example

White with #A3975C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3975C; }

 p { color: rgb(163,151,92); }

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

background-color css

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

 a { background-color: rgb(163,151,92); }

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

border-color css

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

 span { border-color: rgb(163,151,92); }

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