Html Css Color HEX #A07726 Hot Toddy

📋 copy color: '#A07726'

red 160 ◦ green 119 ◦ blue 38

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

Shades of Hot Toddy #A07726

Tints of Hot Toddy #A07726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.99%

R = 50.47%
G = 37.54%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#A07726 (or 0xA07726) is known color: Hot Toddy. HEX triplet: A0, 77 and 26. RGB value is (160,119,38). Sum of RGB (Red+Green+Blue) = 160+119+38=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 119 (46.88% from 255 or 37.54% from 317); Blue value is 38 (15.23% from 255 or 11.99% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A07726 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07726 is #5F88D9. Grayscale: #7A7A7A. Windows color (decimal): -6260954 or 2520992. OLE color: 2520992.

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

Color convert

RGB 160 119 38 -
CMYK 0 0.26 0.76 0.37
HSL 39.84º 0.62% 0.39% -
HSV(B) 39.84º 0.76% 0.63% -
XYZ 21.44 20.81 4.72 -
YUV 122.03 80.58 155.09 -
System Red Green Blue C M Y K H S L
Decimal 160 119 38 0 0.26 0.76 0.37 39.84 0.62 0.39
Hex A0 77 26 0 1A 4C 25 28 3E 27
Octal 240 167 46 0 32 114 45 50 76 47
Binary 10100000 1110111 100110 0 11010 1001100 100101 101000 111110 100111

Color Harmonies of #A07726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07726

Black with #A07726

Text Example


Text Example

White with #A07726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07726; }

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

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

background-color css

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

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

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

border-color css

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

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

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