Html Css Color HEX #A07930 Hot Toddy

📋 copy color: '#A07930'

red 160 ◦ green 121 ◦ blue 48

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

Shades of Hot Toddy #A07930

Tints of Hot Toddy #A07930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.59%

R = 48.63%
G = 36.78%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#A07930 (or 0xA07930) is known color: Hot Toddy. HEX triplet: A0, 79 and 30. RGB value is (160,121,48). Sum of RGB (Red+Green+Blue) = 160+121+48=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 121 (47.66% from 255 or 36.78% from 329); Blue value is 48 (19.14% from 255 or 14.59% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A07930 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07930 is #5F86CF. Grayscale: #7C7C7C. Windows color (decimal): -6260432 or 3176864. OLE color: 3176864.

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

Color convert

RGB 160 121 48 -
CMYK 0 0.24 0.70 0.37
HSL 39.11º 0.54% 0.41% -
HSV(B) 39.11º 0.7% 0.63% -
XYZ 21.87 21.36 5.77 -
YUV 124.34 84.92 153.44 -
System Red Green Blue C M Y K H S L
Decimal 160 121 48 0 0.24 0.70 0.37 39.11 0.54 0.41
Hex A0 79 30 0 18 46 25 27 36 29
Octal 240 171 60 0 30 106 45 47 66 51
Binary 10100000 1111001 110000 0 11000 1000110 100101 100111 110110 101001

Color Harmonies of #A07930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07930

Black with #A07930

Text Example


Text Example

White with #A07930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07930; }

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

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

background-color css

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

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

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

border-color css

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

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

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