Html Css Color HEX #A07E35 Hot Toddy

📋 copy color: '#A07E35'

red 160 ◦ green 126 ◦ blue 53

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

Shades of Hot Toddy #A07E35

Tints of Hot Toddy #A07E35

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.17%

 BLUE value IS 53 (21.09% from 255) = 15.63%

R = 47.2%
G = 37.17%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.37

RGB Variations

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

Color information

#A07E35 (or 0xA07E35) is known color: Hot Toddy. HEX triplet: A0, 7E and 35. RGB value is (160,126,53). Sum of RGB (Red+Green+Blue) = 160+126+53=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 126 (49.61% from 255 or 37.17% from 339); Blue value is 53 (21.09% from 255 or 15.63% from 339); Max value from RGB is 160 - color contains mainly: red. Hex color #A07E35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07E35 is #5F81CA. Grayscale: #808080. Windows color (decimal): -6259147 or 3505824. OLE color: 3505824.

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

Color convert

RGB 160 126 53 -
CMYK 0 0.21 0.67 0.37
HSL 40.93º 0.5% 0.42% -
HSV(B) 40.93º 0.67% 0.63% -
XYZ 22.6 22.65 6.55 -
YUV 127.84 85.76 150.94 -
System Red Green Blue C M Y K H S L
Decimal 160 126 53 0 0.21 0.67 0.37 40.93 0.5 0.42
Hex A0 7E 35 0 15 43 25 29 32 2A
Octal 240 176 65 0 25 103 45 51 62 52
Binary 10100000 1111110 110101 0 10101 1000011 100101 101001 110010 101010

Color Harmonies of #A07E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07E35

Black with #A07E35

Text Example


Text Example

White with #A07E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07E35; }

 p { color: rgb(160,126,53); }

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

background-color css

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

 a { background-color: rgb(160,126,53); }

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

border-color css

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

 span { border-color: rgb(160,126,53); }

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