Html Css Color HEX #A4712A Hot Toddy

📋 copy color: '#A4712A'

red 164 ◦ green 113 ◦ blue 42

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

Shades of Hot Toddy #A4712A

Tints of Hot Toddy #A4712A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.42%

 BLUE value IS 42 (16.8% from 255) = 13.17%

R = 51.41%
G = 35.42%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A4712A (or 0xA4712A) is known color: Hot Toddy. HEX triplet: A4, 71 and 2A. RGB value is (164,113,42). Sum of RGB (Red+Green+Blue) = 164+113+42=319 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.41% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 164 - color contains mainly: red. Hex color #A4712A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4712A is #5B8ED5. Grayscale: #787878. Windows color (decimal): -6000342 or 2781604. OLE color: 2781604.

HSL color Cylindrical-coordinate representation of color #A4712A: hue angle of 34.92º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A4712A is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 113 42 -
CMYK 0 0.31 0.74 0.36
HSL 34.92º 0.59% 0.4% -
HSV(B) 34.92º 0.74% 0.64% -
XYZ 21.63 19.87 4.89 -
YUV 120.16 83.9 159.27 -
System Red Green Blue C M Y K H S L
Decimal 164 113 42 0 0.31 0.74 0.36 34.92 0.59 0.4
Hex A4 71 2A 0 1F 4A 24 23 3B 28
Octal 244 161 52 0 37 112 44 43 73 50
Binary 10100100 1110001 101010 0 11111 1001010 100100 100011 111011 101000

Color Harmonies of #A4712A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4712A

Black with #A4712A

Text Example


Text Example

White with #A4712A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4712A; }

 p { color: rgb(164,113,42); }

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

background-color css

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

 a { background-color: rgb(164,113,42); }

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

border-color css

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

 span { border-color: rgb(164,113,42); }

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