Html Css Color HEX #A4985C Husk

📋 copy color: '#A4985C'

red 164 ◦ green 152 ◦ blue 92

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

Shades of Husk #A4985C

Tints of Husk #A4985C

RGB

 RED value IS 164 (64.45% from 255) = 40.2%

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

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

R = 40.2%
G = 37.25%
B = 22.55%

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

#A4985C (or 0xA4985C) is known color: Husk. HEX triplet: A4, 98 and 5C. RGB value is (164,152,92). Sum of RGB (Red+Green+Blue) = 164+152+92=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 152 (59.77% from 255 or 37.25% from 408); Blue value is 92 (36.33% from 255 or 22.55% from 408); Max value from RGB is 164 - color contains mainly: red. Hex color #A4985C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4985C is #5B67A3. Grayscale: #959595. Windows color (decimal): -5990308 or 6068388. OLE color: 6068388.

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

Color convert

RGB 164 152 92 -
CMYK 0 0.07 0.44 0.36
HSL 50º 0.28% 0.5% -
HSV(B) 50º 0.44% 0.64% -
XYZ 28.47 31.12 14.63 -
YUV 148.75 95.98 138.88 -
System Red Green Blue C M Y K H S L
Decimal 164 152 92 0 0.07 0.44 0.36 50 0.28 0.5
Hex A4 98 5C 0 7 2C 24 32 1C 32
Octal 244 230 134 0 7 54 44 62 34 62
Binary 10100100 10011000 1011100 0 111 101100 100100 110010 11100 110010

Color Harmonies of #A4985C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4985C

Black with #A4985C

Text Example


Text Example

White with #A4985C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4985C; }

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

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

background-color css

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

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

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

border-color css

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

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

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