Html Css Color HEX #A4702F Hot Toddy

📋 copy color: '#A4702F'

red 164 ◦ green 112 ◦ blue 47

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

Shades of Hot Toddy #A4702F

Tints of Hot Toddy #A4702F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.55%

R = 50.77%
G = 34.67%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A4702F (or 0xA4702F) is known color: Hot Toddy. HEX triplet: A4, 70 and 2F. RGB value is (164,112,47). Sum of RGB (Red+Green+Blue) = 164+112+47=323 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.77% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 47 (18.75% from 255 or 14.55% from 323); Max value from RGB is 164 - color contains mainly: red. Hex color #A4702F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4702F is #5B8FD0. Grayscale: #787878. Windows color (decimal): -6000593 or 3109028. OLE color: 3109028.

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

Color convert

RGB 164 112 47 -
CMYK 0 0.32 0.71 0.36
HSL 33.33º 0.55% 0.41% -
HSV(B) 33.33º 0.71% 0.64% -
XYZ 21.62 19.69 5.35 -
YUV 120.14 86.73 159.29 -
System Red Green Blue C M Y K H S L
Decimal 164 112 47 0 0.32 0.71 0.36 33.33 0.55 0.41
Hex A4 70 2F 0 20 47 24 21 37 29
Octal 244 160 57 0 40 107 44 41 67 51
Binary 10100100 1110000 101111 0 100000 1000111 100100 100001 110111 101001

Color Harmonies of #A4702F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4702F

Black with #A4702F

Text Example


Text Example

White with #A4702F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4702F; }

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

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

background-color css

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

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

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

border-color css

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

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

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