Html Css Color HEX #A57138 Hot Toddy

📋 copy color: '#A57138'

red 165 ◦ green 113 ◦ blue 56

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

Shades of Hot Toddy #A57138

Tints of Hot Toddy #A57138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.77%

R = 49.4%
G = 33.83%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A57138 (or 0xA57138) is known color: Hot Toddy. HEX triplet: A5, 71 and 38. RGB value is (165,113,56). Sum of RGB (Red+Green+Blue) = 165+113+56=334 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.40% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 56 (22.27% from 255 or 16.77% from 334); Max value from RGB is 165 - color contains mainly: red. Hex color #A57138 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57138 is #5A8EC7. Grayscale: #7A7A7A. Windows color (decimal): -5934792 or 3699109. OLE color: 3699109.

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

Color convert

RGB 165 113 56 -
CMYK 0 0.32 0.66 0.35
HSL 31.38º 0.49% 0.43% -
HSV(B) 31.38º 0.66% 0.65% -
XYZ 22.14 20.1 6.45 -
YUV 122.05 90.73 158.63 -
System Red Green Blue C M Y K H S L
Decimal 165 113 56 0 0.32 0.66 0.35 31.38 0.49 0.43
Hex A5 71 38 0 20 42 23 1F 31 2B
Octal 245 161 70 0 40 102 43 37 61 53
Binary 10100101 1110001 111000 0 100000 1000010 100011 11111 110001 101011

Color Harmonies of #A57138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57138

Black with #A57138

Text Example


Text Example

White with #A57138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57138; }

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

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

background-color css

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

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

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

border-color css

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

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

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