Html Css Color HEX #A49C4B Husk

📋 copy color: '#A49C4B'

red 164 ◦ green 156 ◦ blue 75

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

Shades of Husk #A49C4B

Tints of Husk #A49C4B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.49%

 BLUE value IS 75 (29.69% from 255) = 18.99%

R = 41.52%
G = 39.49%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A49C4B (or 0xA49C4B) is known color: Husk. HEX triplet: A4, 9C and 4B. RGB value is (164,156,75). Sum of RGB (Red+Green+Blue) = 164+156+75=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 75 (29.69% from 255 or 18.99% from 395); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49C4B is #5B63B4. Grayscale: #959595. Windows color (decimal): -5989301 or 4955300. OLE color: 4955300.

HSL color Cylindrical-coordinate representation of color #A49C4B: hue angle of 54.61º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A49C4B is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 156 75 -
CMYK 0 0.05 0.54 0.36
HSL 54.61º 0.37% 0.47% -
HSV(B) 54.61º 0.54% 0.64% -
XYZ 28.47 32.18 11.37 -
YUV 149.16 86.15 138.59 -
System Red Green Blue C M Y K H S L
Decimal 164 156 75 0 0.05 0.54 0.36 54.61 0.37 0.47
Hex A4 9C 4B 0 5 36 24 37 25 2F
Octal 244 234 113 0 5 66 44 67 45 57
Binary 10100100 10011100 1001011 0 101 110110 100100 110111 100101 101111

Color Harmonies of #A49C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49C4B

Black with #A49C4B

Text Example


Text Example

White with #A49C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49C4B; }

 p { color: rgb(164,156,75); }

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

background-color css

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

 a { background-color: rgb(164,156,75); }

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

border-color css

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

 span { border-color: rgb(164,156,75); }

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