Html Css Color HEX #A47122 Hot Toddy

📋 copy color: '#A47122'

red 164 ◦ green 113 ◦ blue 34

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

Shades of Hot Toddy #A47122

Tints of Hot Toddy #A47122

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.33%

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

R = 52.73%
G = 36.33%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A47122 (or 0xA47122) is known color: Hot Toddy. HEX triplet: A4, 71 and 22. RGB value is (164,113,34). Sum of RGB (Red+Green+Blue) = 164+113+34=311 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.73% from 311); Green value is 113 (44.53% from 255 or 36.33% from 311); Blue value is 34 (13.67% from 255 or 10.93% from 311); Max value from RGB is 164 - color contains mainly: red. Hex color #A47122 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47122 is #5B8EDD. Grayscale: #777777. Windows color (decimal): -6000350 or 2257316. OLE color: 2257316.

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

Color convert

RGB 164 113 34 -
CMYK 0 0.31 0.79 0.36
HSL 36.46º 0.66% 0.39% -
HSV(B) 36.46º 0.79% 0.64% -
XYZ 21.5 19.82 4.21 -
YUV 119.24 79.9 159.92 -
System Red Green Blue C M Y K H S L
Decimal 164 113 34 0 0.31 0.79 0.36 36.46 0.66 0.39
Hex A4 71 22 0 1F 4F 24 24 42 27
Octal 244 161 42 0 37 117 44 44 102 47
Binary 10100100 1110001 100010 0 11111 1001111 100100 100100 1000010 100111

Color Harmonies of #A47122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47122

Black with #A47122

Text Example


Text Example

White with #A47122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47122; }

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

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

background-color css

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

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

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

border-color css

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

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

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