Html Css Color HEX #A3974C Husk

📋 copy color: '#A3974C'

red 163 ◦ green 151 ◦ blue 76

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

Shades of Husk #A3974C

Tints of Husk #A3974C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.49%

R = 41.79%
G = 38.72%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A3974C (or 0xA3974C) is known color: Husk. HEX triplet: A3, 97 and 4C. RGB value is (163,151,76). Sum of RGB (Red+Green+Blue) = 163+151+76=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 151 (59.38% from 255 or 38.72% from 390); Blue value is 76 (30.08% from 255 or 19.49% from 390); Max value from RGB is 163 - color contains mainly: red. Hex color #A3974C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3974C is #5C68B3. Grayscale: #929292. Windows color (decimal): -6056116 or 5019555. OLE color: 5019555.

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

Color convert

RGB 163 151 76 -
CMYK 0 0.07 0.53 0.36
HSL 51.72º 0.36% 0.47% -
HSV(B) 51.72º 0.53% 0.64% -
XYZ 27.48 30.44 11.27 -
YUV 146.04 88.48 140.1 -
System Red Green Blue C M Y K H S L
Decimal 163 151 76 0 0.07 0.53 0.36 51.72 0.36 0.47
Hex A3 97 4C 0 7 35 24 34 24 2F
Octal 243 227 114 0 7 65 44 64 44 57
Binary 10100011 10010111 1001100 0 111 110101 100100 110100 100100 101111

Color Harmonies of #A3974C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3974C

Black with #A3974C

Text Example


Text Example

White with #A3974C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3974C; }

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

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

background-color css

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

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

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

border-color css

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

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

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