Html Css Color HEX #A4722D Hot Toddy

📋 copy color: '#A4722D'

red 164 ◦ green 114 ◦ blue 45

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

Shades of Hot Toddy #A4722D

Tints of Hot Toddy #A4722D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.93%

R = 50.77%
G = 35.29%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A4722D (or 0xA4722D) is known color: Hot Toddy. HEX triplet: A4, 72 and 2D. RGB value is (164,114,45). Sum of RGB (Red+Green+Blue) = 164+114+45=323 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.77% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 164 - color contains mainly: red. Hex color #A4722D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4722D is #5B8DD2. Grayscale: #797979. Windows color (decimal): -6000083 or 2978468. OLE color: 2978468.

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

Color convert

RGB 164 114 45 -
CMYK 0 0.30 0.73 0.36
HSL 34.79º 0.57% 0.41% -
HSV(B) 34.79º 0.73% 0.64% -
XYZ 21.8 20.12 5.22 -
YUV 121.08 85.07 158.61 -
System Red Green Blue C M Y K H S L
Decimal 164 114 45 0 0.30 0.73 0.36 34.79 0.57 0.41
Hex A4 72 2D 0 1E 49 24 23 39 29
Octal 244 162 55 0 36 111 44 43 71 51
Binary 10100100 1110010 101101 0 11110 1001001 100100 100011 111001 101001

Color Harmonies of #A4722D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4722D

Black with #A4722D

Text Example


Text Example

White with #A4722D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4722D; }

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

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

background-color css

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

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

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

border-color css

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

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

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