Html Css Color HEX #A47322 Hot Toddy

📋 copy color: '#A47322'

red 164 ◦ green 115 ◦ blue 34

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

Shades of Hot Toddy #A47322

Tints of Hot Toddy #A47322

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.74%

 BLUE value IS 34 (13.67% from 255) = 10.86%

R = 52.4%
G = 36.74%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A47322 (or 0xA47322) is known color: Hot Toddy. HEX triplet: A4, 73 and 22. RGB value is (164,115,34). Sum of RGB (Red+Green+Blue) = 164+115+34=313 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.40% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 34 (13.67% from 255 or 10.86% from 313); Max value from RGB is 164 - color contains mainly: red. Hex color #A47322 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47322 is #5B8CDD. Grayscale: #787878. Windows color (decimal): -5999838 or 2257828. OLE color: 2257828.

HSL color Cylindrical-coordinate representation of color #A47322: hue angle of 37.38º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A47322 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 115 34 -
CMYK 0 0.30 0.79 0.36
HSL 37.38º 0.66% 0.39% -
HSV(B) 37.38º 0.79% 0.64% -
XYZ 21.73 20.27 4.28 -
YUV 120.42 79.23 159.09 -
System Red Green Blue C M Y K H S L
Decimal 164 115 34 0 0.30 0.79 0.36 37.38 0.66 0.39
Hex A4 73 22 0 1E 4F 24 25 42 27
Octal 244 163 42 0 36 117 44 45 102 47
Binary 10100100 1110011 100010 0 11110 1001111 100100 100101 1000010 100111

Color Harmonies of #A47322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47322

Black with #A47322

Text Example


Text Example

White with #A47322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47322; }

 p { color: rgb(164,115,34); }

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

background-color css

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

 a { background-color: rgb(164,115,34); }

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

border-color css

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

 span { border-color: rgb(164,115,34); }

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