Html Css Color HEX #A4914D Husk

📋 copy color: '#A4914D'

red 164 ◦ green 145 ◦ blue 77

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

Shades of Husk #A4914D

Tints of Husk #A4914D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.56%

 BLUE value IS 77 (30.47% from 255) = 19.95%

R = 42.49%
G = 37.56%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A4914D (or 0xA4914D) is known color: Husk. HEX triplet: A4, 91 and 4D. RGB value is (164,145,77). Sum of RGB (Red+Green+Blue) = 164+145+77=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 145 (57.03% from 255 or 37.56% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 164 - color contains mainly: red. Hex color #A4914D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4914D is #5B6EB2. Grayscale: #8F8F8F. Windows color (decimal): -5992115 or 5083556. OLE color: 5083556.

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

Color convert

RGB 164 145 77 -
CMYK 0 0.12 0.53 0.36
HSL 46.9º 0.36% 0.47% -
HSV(B) 46.9º 0.53% 0.64% -
XYZ 26.77 28.68 11.15 -
YUV 142.93 90.79 143.03 -
System Red Green Blue C M Y K H S L
Decimal 164 145 77 0 0.12 0.53 0.36 46.9 0.36 0.47
Hex A4 91 4D 0 C 35 24 2F 24 2F
Octal 244 221 115 0 14 65 44 57 44 57
Binary 10100100 10010001 1001101 0 1100 110101 100100 101111 100100 101111

Color Harmonies of #A4914D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4914D

Black with #A4914D

Text Example


Text Example

White with #A4914D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4914D; }

 p { color: rgb(164,145,77); }

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

background-color css

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

 a { background-color: rgb(164,145,77); }

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

border-color css

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

 span { border-color: rgb(164,145,77); }

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