Html Css Color HEX #A3985C Husk

📋 copy color: '#A3985C'

red 163 ◦ green 152 ◦ blue 92

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

Shades of Husk #A3985C

Tints of Husk #A3985C

RGB

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

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

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

R = 40.05%
G = 37.35%
B = 22.6%

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

#A3985C (or 0xA3985C) is known color: Husk. HEX triplet: A3, 98 and 5C. RGB value is (163,152,92). Sum of RGB (Red+Green+Blue) = 163+152+92=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 92 (36.33% from 255 or 22.60% from 407); Max value from RGB is 163 - color contains mainly: red. Hex color #A3985C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3985C is #5C67A3. Grayscale: #949494. Windows color (decimal): -6055844 or 6068387. OLE color: 6068387.

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

Color convert

RGB 163 152 92 -
CMYK 0 0.07 0.44 0.36
HSL 50.7º 0.28% 0.5% -
HSV(B) 50.7º 0.44% 0.64% -
XYZ 28.26 31.02 14.62 -
YUV 148.45 96.14 138.38 -
System Red Green Blue C M Y K H S L
Decimal 163 152 92 0 0.07 0.44 0.36 50.7 0.28 0.5
Hex A3 98 5C 0 7 2C 24 33 1C 32
Octal 243 230 134 0 7 54 44 63 34 62
Binary 10100011 10011000 1011100 0 111 101100 100100 110011 11100 110010

Color Harmonies of #A3985C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3985C

Black with #A3985C

Text Example


Text Example

White with #A3985C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3985C; }

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

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

background-color css

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

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

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

border-color css

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

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

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