Html Css Color HEX #A0762B Hot Toddy

📋 copy color: '#A0762B'

red 160 ◦ green 118 ◦ blue 43

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

Shades of Hot Toddy #A0762B

Tints of Hot Toddy #A0762B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.76%

 BLUE value IS 43 (17.19% from 255) = 13.4%

R = 49.84%
G = 36.76%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A0762B (or 0xA0762B) is known color: Hot Toddy. HEX triplet: A0, 76 and 2B. RGB value is (160,118,43). Sum of RGB (Red+Green+Blue) = 160+118+43=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 43 (17.19% from 255 or 13.40% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A0762B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0762B is #5F89D4. Grayscale: #7A7A7A. Windows color (decimal): -6261205 or 2848416. OLE color: 2848416.

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

Color convert

RGB 160 118 43 -
CMYK 0 0.26 0.73 0.37
HSL 38.46º 0.58% 0.4% -
HSV(B) 38.46º 0.73% 0.63% -
XYZ 21.41 20.6 5.13 -
YUV 122.01 83.41 155.1 -
System Red Green Blue C M Y K H S L
Decimal 160 118 43 0 0.26 0.73 0.37 38.46 0.58 0.4
Hex A0 76 2B 0 1A 49 25 26 3A 28
Octal 240 166 53 0 32 111 45 46 72 50
Binary 10100000 1110110 101011 0 11010 1001001 100101 100110 111010 101000

Color Harmonies of #A0762B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0762B

Black with #A0762B

Text Example


Text Example

White with #A0762B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0762B; }

 p { color: rgb(160,118,43); }

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

background-color css

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

 a { background-color: rgb(160,118,43); }

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

border-color css

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

 span { border-color: rgb(160,118,43); }

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