Html Css Color HEX #A47222 Hot Toddy

📋 copy color: '#A47222'

red 164 ◦ green 114 ◦ blue 34

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

Shades of Hot Toddy #A47222

Tints of Hot Toddy #A47222

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.54%

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

R = 52.56%
G = 36.54%
B = 10.9%

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

#A47222 (or 0xA47222) is known color: Hot Toddy. HEX triplet: A4, 72 and 22. RGB value is (164,114,34). Sum of RGB (Red+Green+Blue) = 164+114+34=312 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.56% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 34 (13.67% from 255 or 10.90% from 312); Max value from RGB is 164 - color contains mainly: red. Hex color #A47222 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47222 is #5B8DDD. Grayscale: #787878. Windows color (decimal): -6000094 or 2257572. OLE color: 2257572.

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

Color convert

RGB 164 114 34 -
CMYK 0 0.30 0.79 0.36
HSL 36.92º 0.66% 0.39% -
HSV(B) 36.92º 0.79% 0.64% -
XYZ 21.62 20.04 4.24 -
YUV 119.83 79.57 159.5 -
System Red Green Blue C M Y K H S L
Decimal 164 114 34 0 0.30 0.79 0.36 36.92 0.66 0.39
Hex A4 72 22 0 1E 4F 24 25 42 27
Octal 244 162 42 0 36 117 44 45 102 47
Binary 10100100 1110010 100010 0 11110 1001111 100100 100101 1000010 100111

Color Harmonies of #A47222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47222

Black with #A47222

Text Example


Text Example

White with #A47222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47222; }

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

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

background-color css

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

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

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

border-color css

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

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

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