Html Css Color HEX #A47422 Hot Toddy

📋 copy color: '#A47422'

red 164 ◦ green 116 ◦ blue 34

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

Shades of Hot Toddy #A47422

Tints of Hot Toddy #A47422

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.94%

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

R = 52.23%
G = 36.94%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A47422 (or 0xA47422) is known color: Hot Toddy. HEX triplet: A4, 74 and 22. RGB value is (164,116,34). Sum of RGB (Red+Green+Blue) = 164+116+34=314 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.23% from 314); Green value is 116 (45.70% from 255 or 36.94% from 314); Blue value is 34 (13.67% from 255 or 10.83% from 314); Max value from RGB is 164 - color contains mainly: red. Hex color #A47422 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47422 is #5B8BDD. Grayscale: #797979. Windows color (decimal): -5999582 or 2258084. OLE color: 2258084.

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

Color convert

RGB 164 116 34 -
CMYK 0 0.29 0.79 0.36
HSL 37.85º 0.66% 0.39% -
HSV(B) 37.85º 0.79% 0.64% -
XYZ 21.84 20.5 4.32 -
YUV 121 78.9 158.67 -
System Red Green Blue C M Y K H S L
Decimal 164 116 34 0 0.29 0.79 0.36 37.85 0.66 0.39
Hex A4 74 22 0 1D 4F 24 26 42 27
Octal 244 164 42 0 35 117 44 46 102 47
Binary 10100100 1110100 100010 0 11101 1001111 100100 100110 1000010 100111

Color Harmonies of #A47422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47422

Black with #A47422

Text Example


Text Example

White with #A47422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47422; }

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

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

background-color css

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

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

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

border-color css

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

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

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