Html Css Color HEX #A5712A Hot Toddy

📋 copy color: '#A5712A'

red 165 ◦ green 113 ◦ blue 42

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

Shades of Hot Toddy #A5712A

Tints of Hot Toddy #A5712A

RGB

 RED value IS 165 (64.84% from 255) = 51.56%

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

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

R = 51.56%
G = 35.31%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A5712A (or 0xA5712A) is known color: Hot Toddy. HEX triplet: A5, 71 and 2A. RGB value is (165,113,42). Sum of RGB (Red+Green+Blue) = 165+113+42=320 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.56% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 42 (16.80% from 255 or 13.12% from 320); Max value from RGB is 165 - color contains mainly: red. Hex color #A5712A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5712A is #5A8ED5. Grayscale: #787878. Windows color (decimal): -5934806 or 2781605. OLE color: 2781605.

HSL color Cylindrical-coordinate representation of color #A5712A: hue angle of 34.63º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A5712A is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 113 42 -
CMYK 0 0.32 0.75 0.35
HSL 34.63º 0.59% 0.41% -
HSV(B) 34.63º 0.75% 0.65% -
XYZ 21.84 19.98 4.9 -
YUV 120.45 83.73 159.77 -
System Red Green Blue C M Y K H S L
Decimal 165 113 42 0 0.32 0.75 0.35 34.63 0.59 0.41
Hex A5 71 2A 0 20 4B 23 23 3B 29
Octal 245 161 52 0 40 113 43 43 73 51
Binary 10100101 1110001 101010 0 100000 1001011 100011 100011 111011 101001

Color Harmonies of #A5712A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5712A

Black with #A5712A

Text Example


Text Example

White with #A5712A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5712A; }

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

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

background-color css

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

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

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

border-color css

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

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

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