Html Css Color HEX #A3984C Husk

📋 copy color: '#A3984C'

red 163 ◦ green 152 ◦ blue 76

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

Shades of Husk #A3984C

Tints of Husk #A3984C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.87%

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

R = 41.69%
G = 38.87%
B = 19.44%

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

#A3984C (or 0xA3984C) is known color: Husk. HEX triplet: A3, 98 and 4C. RGB value is (163,152,76). Sum of RGB (Red+Green+Blue) = 163+152+76=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 76 (30.08% from 255 or 19.44% from 391); Max value from RGB is 163 - color contains mainly: red. Hex color #A3984C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3984C is #5C67B3. Grayscale: #929292. Windows color (decimal): -6055860 or 5019811. OLE color: 5019811.

HSL color Cylindrical-coordinate representation of color #A3984C: hue angle of 52.41º 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 #A3984C is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 152 76 -
CMYK 0 0.07 0.53 0.36
HSL 52.41º 0.36% 0.47% -
HSV(B) 52.41º 0.53% 0.64% -
XYZ 27.64 30.76 11.32 -
YUV 146.63 88.14 139.68 -
System Red Green Blue C M Y K H S L
Decimal 163 152 76 0 0.07 0.53 0.36 52.41 0.36 0.47
Hex A3 98 4C 0 7 35 24 34 24 2F
Octal 243 230 114 0 7 65 44 64 44 57
Binary 10100011 10011000 1001100 0 111 110101 100100 110100 100100 101111

Color Harmonies of #A3984C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3984C

Black with #A3984C

Text Example


Text Example

White with #A3984C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3984C; }

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

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

background-color css

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

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

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

border-color css

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

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

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