Html Css Color HEX #A56C2A Hot Toddy

📋 copy color: '#A56C2A'

red 165 ◦ green 108 ◦ blue 42

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

Shades of Hot Toddy #A56C2A

Tints of Hot Toddy #A56C2A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.29%

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

R = 52.38%
G = 34.29%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A56C2A (or 0xA56C2A) is known color: Hot Toddy. HEX triplet: A5, 6C and 2A. RGB value is (165,108,42). Sum of RGB (Red+Green+Blue) = 165+108+42=315 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.38% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 42 (16.80% from 255 or 13.33% from 315); Max value from RGB is 165 - color contains mainly: red. Hex color #A56C2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56C2A is #5A93D5. Grayscale: #757575. Windows color (decimal): -5936086 or 2780325. OLE color: 2780325.

HSL color Cylindrical-coordinate representation of color #A56C2A: hue angle of 32.2º 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 #A56C2A is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 108 42 -
CMYK 0 0.35 0.75 0.35
HSL 32.2º 0.59% 0.41% -
HSV(B) 32.2º 0.75% 0.65% -
XYZ 21.3 18.89 4.71 -
YUV 117.52 85.38 161.87 -
System Red Green Blue C M Y K H S L
Decimal 165 108 42 0 0.35 0.75 0.35 32.2 0.59 0.41
Hex A5 6C 2A 0 23 4B 23 20 3B 29
Octal 245 154 52 0 43 113 43 40 73 51
Binary 10100101 1101100 101010 0 100011 1001011 100011 100000 111011 101001

Color Harmonies of #A56C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56C2A

Black with #A56C2A

Text Example


Text Example

White with #A56C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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