Html Css Color HEX #A0792F Hot Toddy

📋 copy color: '#A0792F'

red 160 ◦ green 121 ◦ blue 47

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

Shades of Hot Toddy #A0792F

Tints of Hot Toddy #A0792F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.89%

 BLUE value IS 47 (18.75% from 255) = 14.33%

R = 48.78%
G = 36.89%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A0792F (or 0xA0792F) is known color: Hot Toddy. HEX triplet: A0, 79 and 2F. RGB value is (160,121,47). Sum of RGB (Red+Green+Blue) = 160+121+47=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 121 (47.66% from 255 or 36.89% from 328); Blue value is 47 (18.75% from 255 or 14.33% from 328); Max value from RGB is 160 - color contains mainly: red. Hex color #A0792F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0792F is #5F86D0. Grayscale: #7C7C7C. Windows color (decimal): -6260433 or 3111328. OLE color: 3111328.

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

Color convert

RGB 160 121 47 -
CMYK 0 0.24 0.71 0.37
HSL 39.29º 0.55% 0.41% -
HSV(B) 39.29º 0.71% 0.63% -
XYZ 21.85 21.35 5.66 -
YUV 124.23 84.42 153.52 -
System Red Green Blue C M Y K H S L
Decimal 160 121 47 0 0.24 0.71 0.37 39.29 0.55 0.41
Hex A0 79 2F 0 18 47 25 27 37 29
Octal 240 171 57 0 30 107 45 47 67 51
Binary 10100000 1111001 101111 0 11000 1000111 100101 100111 110111 101001

Color Harmonies of #A0792F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0792F

Black with #A0792F

Text Example


Text Example

White with #A0792F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0792F; }

 p { color: rgb(160,121,47); }

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

background-color css

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

 a { background-color: rgb(160,121,47); }

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

border-color css

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

 span { border-color: rgb(160,121,47); }

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