Html Css Color HEX #A07725 Hot Toddy

📋 copy color: '#A07725'

red 160 ◦ green 119 ◦ blue 37

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

Shades of Hot Toddy #A07725

Tints of Hot Toddy #A07725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.71%

R = 50.63%
G = 37.66%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.37

RGB Variations

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

Color information

#A07725 (or 0xA07725) is known color: Hot Toddy. HEX triplet: A0, 77 and 25. RGB value is (160,119,37). Sum of RGB (Red+Green+Blue) = 160+119+37=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 119 (46.88% from 255 or 37.66% from 316); Blue value is 37 (14.84% from 255 or 11.71% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A07725 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07725 is #5F88DA. Grayscale: #7A7A7A. Windows color (decimal): -6260955 or 2455456. OLE color: 2455456.

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

Color convert

RGB 160 119 37 -
CMYK 0 0.26 0.77 0.37
HSL 40º 0.62% 0.39% -
HSV(B) 40º 0.77% 0.63% -
XYZ 21.43 20.8 4.64 -
YUV 121.91 80.08 155.17 -
System Red Green Blue C M Y K H S L
Decimal 160 119 37 0 0.26 0.77 0.37 40 0.62 0.39
Hex A0 77 25 0 1A 4D 25 28 3E 27
Octal 240 167 45 0 32 115 45 50 76 47
Binary 10100000 1110111 100101 0 11010 1001101 100101 101000 111110 100111

Color Harmonies of #A07725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07725

Black with #A07725

Text Example


Text Example

White with #A07725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07725; }

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

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

background-color css

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

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

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

border-color css

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

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

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