Html Css Color HEX #A4914F Husk

📋 copy color: '#A4914F'

red 164 ◦ green 145 ◦ blue 79

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

Shades of Husk #A4914F

Tints of Husk #A4914F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.36%

R = 42.27%
G = 37.37%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A4914F (or 0xA4914F) is known color: Husk. HEX triplet: A4, 91 and 4F. RGB value is (164,145,79). Sum of RGB (Red+Green+Blue) = 164+145+79=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 145 (57.03% from 255 or 37.37% from 388); Blue value is 79 (31.25% from 255 or 20.36% from 388); Max value from RGB is 164 - color contains mainly: red. Hex color #A4914F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4914F is #5B6EB0. Grayscale: #8F8F8F. Windows color (decimal): -5992113 or 5214628. OLE color: 5214628.

HSL color Cylindrical-coordinate representation of color #A4914F: hue angle of 46.59º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A4914F is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 145 79 -
CMYK 0 0.12 0.52 0.36
HSL 46.59º 0.35% 0.48% -
HSV(B) 46.59º 0.52% 0.64% -
XYZ 26.85 28.71 11.52 -
YUV 143.16 91.79 142.87 -
System Red Green Blue C M Y K H S L
Decimal 164 145 79 0 0.12 0.52 0.36 46.59 0.35 0.48
Hex A4 91 4F 0 C 34 24 2F 23 30
Octal 244 221 117 0 14 64 44 57 43 60
Binary 10100100 10010001 1001111 0 1100 110100 100100 101111 100011 110000

Color Harmonies of #A4914F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4914F

Black with #A4914F

Text Example


Text Example

White with #A4914F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4914F; }

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

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

background-color css

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

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

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

border-color css

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

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

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