Html Css Color HEX #A07D31 Hot Toddy

📋 copy color: '#A07D31'

red 160 ◦ green 125 ◦ blue 49

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

Shades of Hot Toddy #A07D31

Tints of Hot Toddy #A07D31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.67%

R = 47.9%
G = 37.43%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A07D31 (or 0xA07D31) is known color: Hot Toddy. HEX triplet: A0, 7D and 31. RGB value is (160,125,49). Sum of RGB (Red+Green+Blue) = 160+125+49=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 49 (19.53% from 255 or 14.67% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07D31 is #5F82CE. Grayscale: #7F7F7F. Windows color (decimal): -6259407 or 3243424. OLE color: 3243424.

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

Color convert

RGB 160 125 49 -
CMYK 0 0.22 0.69 0.37
HSL 41.08º 0.53% 0.41% -
HSV(B) 41.08º 0.69% 0.63% -
XYZ 22.39 22.36 6.04 -
YUV 126.8 84.1 151.68 -
System Red Green Blue C M Y K H S L
Decimal 160 125 49 0 0.22 0.69 0.37 41.08 0.53 0.41
Hex A0 7D 31 0 16 45 25 29 35 29
Octal 240 175 61 0 26 105 45 51 65 51
Binary 10100000 1111101 110001 0 10110 1000101 100101 101001 110101 101001

Color Harmonies of #A07D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07D31

Black with #A07D31

Text Example


Text Example

White with #A07D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07D31; }

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

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

background-color css

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

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

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

border-color css

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

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

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