Html Css Color HEX #A07323 Hot Toddy

📋 copy color: '#A07323'

red 160 ◦ green 115 ◦ blue 35

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

Shades of Hot Toddy #A07323

Tints of Hot Toddy #A07323

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.1%

 BLUE value IS 35 (14.06% from 255) = 11.29%

R = 51.61%
G = 37.1%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A07323 (or 0xA07323) is known color: Hot Toddy. HEX triplet: A0, 73 and 23. RGB value is (160,115,35). Sum of RGB (Red+Green+Blue) = 160+115+35=310 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.61% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 35 (14.06% from 255 or 11.29% from 310); Max value from RGB is 160 - color contains mainly: red. Hex color #A07323 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07323 is #5F8CDC. Grayscale: #777777. Windows color (decimal): -6261981 or 2323360. OLE color: 2323360.

HSL color Cylindrical-coordinate representation of color #A07323: hue angle of 38.4º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A07323 is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 115 35 -
CMYK 0 0.28 0.78 0.37
HSL 38.4º 0.64% 0.38% -
HSV(B) 38.4º 0.78% 0.63% -
XYZ 20.93 19.86 4.32 -
YUV 119.34 80.41 157 -
System Red Green Blue C M Y K H S L
Decimal 160 115 35 0 0.28 0.78 0.37 38.4 0.64 0.38
Hex A0 73 23 0 1C 4E 25 26 40 26
Octal 240 163 43 0 34 116 45 46 100 46
Binary 10100000 1110011 100011 0 11100 1001110 100101 100110 1000000 100110

Color Harmonies of #A07323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07323

Black with #A07323

Text Example


Text Example

White with #A07323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07323; }

 p { color: rgb(160,115,35); }

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

background-color css

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

 a { background-color: rgb(160,115,35); }

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

border-color css

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

 span { border-color: rgb(160,115,35); }

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