Html Css Color HEX #A56E2F Hot Toddy

📋 copy color: '#A56E2F'

red 165 ◦ green 110 ◦ blue 47

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

Shades of Hot Toddy #A56E2F

Tints of Hot Toddy #A56E2F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.16%

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

R = 51.24%
G = 34.16%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A56E2F (or 0xA56E2F) is known color: Hot Toddy. HEX triplet: A5, 6E and 2F. RGB value is (165,110,47). Sum of RGB (Red+Green+Blue) = 165+110+47=322 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.24% from 322); Green value is 110 (43.36% from 255 or 34.16% from 322); Blue value is 47 (18.75% from 255 or 14.60% from 322); Max value from RGB is 165 - color contains mainly: red. Hex color #A56E2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56E2F is #5A91D0. Grayscale: #777777. Windows color (decimal): -5935569 or 3108517. OLE color: 3108517.

HSL color Cylindrical-coordinate representation of color #A56E2F: hue angle of 32.03º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A56E2F is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 110 47 -
CMYK 0 0.33 0.72 0.35
HSL 32.03º 0.56% 0.42% -
HSV(B) 32.03º 0.72% 0.65% -
XYZ 21.61 19.36 5.29 -
YUV 119.26 87.22 160.62 -
System Red Green Blue C M Y K H S L
Decimal 165 110 47 0 0.33 0.72 0.35 32.03 0.56 0.42
Hex A5 6E 2F 0 21 48 23 20 38 2A
Octal 245 156 57 0 41 110 43 40 70 52
Binary 10100101 1101110 101111 0 100001 1001000 100011 100000 111000 101010

Color Harmonies of #A56E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56E2F

Black with #A56E2F

Text Example


Text Example

White with #A56E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56E2F; }

 p { color: rgb(165,110,47); }

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

background-color css

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

 a { background-color: rgb(165,110,47); }

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

border-color css

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

 span { border-color: rgb(165,110,47); }

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