Html Css Color HEX #A07D35 Hot Toddy

📋 copy color: '#A07D35'

red 160 ◦ green 125 ◦ blue 53

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

Shades of Hot Toddy #A07D35

Tints of Hot Toddy #A07D35

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.98%

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

R = 47.34%
G = 36.98%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.37

RGB Variations

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

Color information

#A07D35 (or 0xA07D35) is known color: Hot Toddy. HEX triplet: A0, 7D and 35. RGB value is (160,125,53). Sum of RGB (Red+Green+Blue) = 160+125+53=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 53 (21.09% from 255 or 15.68% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07D35 is #5F82CA. Grayscale: #7F7F7F. Windows color (decimal): -6259403 or 3505568. OLE color: 3505568.

HSL color Cylindrical-coordinate representation of color #A07D35: hue angle of 40.37º 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 #A07D35 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 125 53 -
CMYK 0 0.22 0.67 0.37
HSL 40.37º 0.5% 0.42% -
HSV(B) 40.37º 0.67% 0.63% -
XYZ 22.47 22.4 6.51 -
YUV 127.26 86.1 151.35 -
System Red Green Blue C M Y K H S L
Decimal 160 125 53 0 0.22 0.67 0.37 40.37 0.5 0.42
Hex A0 7D 35 0 16 43 25 28 32 2A
Octal 240 175 65 0 26 103 45 50 62 52
Binary 10100000 1111101 110101 0 10110 1000011 100101 101000 110010 101010

Color Harmonies of #A07D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07D35

Black with #A07D35

Text Example


Text Example

White with #A07D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07D35; }

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

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

background-color css

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

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

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

border-color css

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

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

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