Html Css Color HEX #A07729 Hot Toddy

📋 copy color: '#A07729'

red 160 ◦ green 119 ◦ blue 41

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

Shades of Hot Toddy #A07729

Tints of Hot Toddy #A07729

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.19%

 BLUE value IS 41 (16.41% from 255) = 12.81%

R = 50%
G = 37.19%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#A07729 (or 0xA07729) is known color: Hot Toddy. HEX triplet: A0, 77 and 29. RGB value is (160,119,41). Sum of RGB (Red+Green+Blue) = 160+119+41=320 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 41 (16.41% from 255 or 12.81% from 320); Max value from RGB is 160 - color contains mainly: red. Hex color #A07729 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07729 is #5F88D6. Grayscale: #7A7A7A. Windows color (decimal): -6260951 or 2717600. OLE color: 2717600.

HSL color Cylindrical-coordinate representation of color #A07729: hue angle of 39.33º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A07729 is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 119 41 -
CMYK 0 0.26 0.74 0.37
HSL 39.33º 0.59% 0.39% -
HSV(B) 39.33º 0.74% 0.63% -
XYZ 21.49 20.83 4.99 -
YUV 122.37 82.08 154.84 -
System Red Green Blue C M Y K H S L
Decimal 160 119 41 0 0.26 0.74 0.37 39.33 0.59 0.39
Hex A0 77 29 0 1A 4A 25 27 3B 27
Octal 240 167 51 0 32 112 45 47 73 47
Binary 10100000 1110111 101001 0 11010 1001010 100101 100111 111011 100111

Color Harmonies of #A07729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07729

Black with #A07729

Text Example


Text Example

White with #A07729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07729; }

 p { color: rgb(160,119,41); }

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

background-color css

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

 a { background-color: rgb(160,119,41); }

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

border-color css

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

 span { border-color: rgb(160,119,41); }

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