Html Css Color HEX #A56D23 Hot Toddy

📋 copy color: '#A56D23'

red 165 ◦ green 109 ◦ blue 35

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

Shades of Hot Toddy #A56D23

Tints of Hot Toddy #A56D23

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.28%

 BLUE value IS 35 (14.06% from 255) = 11.33%

R = 53.4%
G = 35.28%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#A56D23 (or 0xA56D23) is known color: Hot Toddy. HEX triplet: A5, 6D and 23. RGB value is (165,109,35). Sum of RGB (Red+Green+Blue) = 165+109+35=309 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.40% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 35 (14.06% from 255 or 11.33% from 309); Max value from RGB is 165 - color contains mainly: red. Hex color #A56D23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56D23 is #5A92DC. Grayscale: #757575. Windows color (decimal): -5935837 or 2321829. OLE color: 2321829.

HSL color Cylindrical-coordinate representation of color #A56D23: hue angle of 34.15º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A56D23 is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 109 35 -
CMYK 0 0.34 0.79 0.35
HSL 34.15º 0.65% 0.39% -
HSV(B) 34.15º 0.79% 0.65% -
XYZ 21.29 19.06 4.15 -
YUV 117.31 81.55 162.02 -
System Red Green Blue C M Y K H S L
Decimal 165 109 35 0 0.34 0.79 0.35 34.15 0.65 0.39
Hex A5 6D 23 0 22 4F 23 22 41 27
Octal 245 155 43 0 42 117 43 42 101 47
Binary 10100101 1101101 100011 0 100010 1001111 100011 100010 1000001 100111

Color Harmonies of #A56D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56D23

Black with #A56D23

Text Example


Text Example

White with #A56D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56D23; }

 p { color: rgb(165,109,35); }

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

background-color css

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

 a { background-color: rgb(165,109,35); }

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

border-color css

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

 span { border-color: rgb(165,109,35); }

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