Html Css Color HEX #A3974B Husk

📋 copy color: '#A3974B'

red 163 ◦ green 151 ◦ blue 75

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

Shades of Husk #A3974B

Tints of Husk #A3974B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.28%

R = 41.9%
G = 38.82%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A3974B (or 0xA3974B) is known color: Husk. HEX triplet: A3, 97 and 4B. RGB value is (163,151,75). Sum of RGB (Red+Green+Blue) = 163+151+75=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 151 (59.38% from 255 or 38.82% from 389); Blue value is 75 (29.69% from 255 or 19.28% from 389); Max value from RGB is 163 - color contains mainly: red. Hex color #A3974B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3974B is #5C68B4. Grayscale: #929292. Windows color (decimal): -6056117 or 4954019. OLE color: 4954019.

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

Color convert

RGB 163 151 75 -
CMYK 0 0.07 0.54 0.36
HSL 51.82º 0.37% 0.47% -
HSV(B) 51.82º 0.54% 0.64% -
XYZ 27.44 30.43 11.08 -
YUV 145.92 87.98 140.18 -
System Red Green Blue C M Y K H S L
Decimal 163 151 75 0 0.07 0.54 0.36 51.82 0.37 0.47
Hex A3 97 4B 0 7 36 24 34 25 2F
Octal 243 227 113 0 7 66 44 64 45 57
Binary 10100011 10010111 1001011 0 111 110110 100100 110100 100101 101111

Color Harmonies of #A3974B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3974B

Black with #A3974B

Text Example


Text Example

White with #A3974B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3974B; }

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

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

background-color css

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

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

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

border-color css

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

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

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