Html Css Color HEX #A07C37 Hot Toddy

📋 copy color: '#A07C37'

red 160 ◦ green 124 ◦ blue 55

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

Shades of Hot Toddy #A07C37

Tints of Hot Toddy #A07C37

RGB

 RED value IS 160 (62.89% from 255) = 47.2%

 GREEN value IS 124 (48.83% from 255) = 36.58%

 BLUE value IS 55 (21.88% from 255) = 16.22%

R = 47.2%
G = 36.58%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A07C37 (or 0xA07C37) is known color: Hot Toddy. HEX triplet: A0, 7C and 37. RGB value is (160,124,55). Sum of RGB (Red+Green+Blue) = 160+124+55=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 124 (48.83% from 255 or 36.58% from 339); Blue value is 55 (21.88% from 255 or 16.22% from 339); Max value from RGB is 160 - color contains mainly: red. Hex color #A07C37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07C37 is #5F83C8. Grayscale: #7F7F7F. Windows color (decimal): -6259657 or 3636384. OLE color: 3636384.

HSL color Cylindrical-coordinate representation of color #A07C37: hue angle of 39.43º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A07C37 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 124 55 -
CMYK 0 0.22 0.66 0.37
HSL 39.43º 0.49% 0.42% -
HSV(B) 39.43º 0.66% 0.63% -
XYZ 22.39 22.16 6.71 -
YUV 126.9 87.43 151.61 -
System Red Green Blue C M Y K H S L
Decimal 160 124 55 0 0.22 0.66 0.37 39.43 0.49 0.42
Hex A0 7C 37 0 16 42 25 27 31 2A
Octal 240 174 67 0 26 102 45 47 61 52
Binary 10100000 1111100 110111 0 10110 1000010 100101 100111 110001 101010

Color Harmonies of #A07C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07C37

Black with #A07C37

Text Example


Text Example

White with #A07C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07C37; }

 p { color: rgb(160,124,55); }

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

background-color css

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

 a { background-color: rgb(160,124,55); }

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

border-color css

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

 span { border-color: rgb(160,124,55); }

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