Html Css Color HEX #A4702D Hot Toddy

📋 copy color: '#A4702D'

red 164 ◦ green 112 ◦ blue 45

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

Shades of Hot Toddy #A4702D

Tints of Hot Toddy #A4702D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.89%

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

R = 51.09%
G = 34.89%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A4702D (or 0xA4702D) is known color: Hot Toddy. HEX triplet: A4, 70 and 2D. RGB value is (164,112,45). Sum of RGB (Red+Green+Blue) = 164+112+45=321 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.09% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 164 - color contains mainly: red. Hex color #A4702D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4702D is #5B8FD2. Grayscale: #787878. Windows color (decimal): -6000595 or 2977956. OLE color: 2977956.

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

Color convert

RGB 164 112 45 -
CMYK 0 0.32 0.73 0.36
HSL 33.78º 0.57% 0.41% -
HSV(B) 33.78º 0.73% 0.64% -
XYZ 21.58 19.67 5.14 -
YUV 119.91 85.73 159.45 -
System Red Green Blue C M Y K H S L
Decimal 164 112 45 0 0.32 0.73 0.36 33.78 0.57 0.41
Hex A4 70 2D 0 20 49 24 22 39 29
Octal 244 160 55 0 40 111 44 42 71 51
Binary 10100100 1110000 101101 0 100000 1001001 100100 100010 111001 101001

Color Harmonies of #A4702D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4702D

Black with #A4702D

Text Example


Text Example

White with #A4702D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4702D; }

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

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

background-color css

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

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

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

border-color css

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

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

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