Html Css Color HEX #A07525 Hot Toddy

📋 copy color: '#A07525'

red 160 ◦ green 117 ◦ blue 37

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

Shades of Hot Toddy #A07525

Tints of Hot Toddy #A07525

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.26%

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

R = 50.96%
G = 37.26%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.77

 K value IS 0.37

RGB Variations

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

Color information

#A07525 (or 0xA07525) is known color: Hot Toddy. HEX triplet: A0, 75 and 25. RGB value is (160,117,37). Sum of RGB (Red+Green+Blue) = 160+117+37=314 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.96% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 37 (14.84% from 255 or 11.78% from 314); Max value from RGB is 160 - color contains mainly: red. Hex color #A07525 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07525 is #5F8ADA. Grayscale: #797979. Windows color (decimal): -6261467 or 2454944. OLE color: 2454944.

HSL color Cylindrical-coordinate representation of color #A07525: hue angle of 39.02º 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 #A07525 is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 117 37 -
CMYK 0 0.27 0.77 0.37
HSL 39.02º 0.62% 0.39% -
HSV(B) 39.02º 0.77% 0.63% -
XYZ 21.19 20.33 4.56 -
YUV 120.74 80.75 156 -
System Red Green Blue C M Y K H S L
Decimal 160 117 37 0 0.27 0.77 0.37 39.02 0.62 0.39
Hex A0 75 25 0 1B 4D 25 27 3E 27
Octal 240 165 45 0 33 115 45 47 76 47
Binary 10100000 1110101 100101 0 11011 1001101 100101 100111 111110 100111

Color Harmonies of #A07525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07525

Black with #A07525

Text Example


Text Example

White with #A07525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07525; }

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

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

background-color css

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

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

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

border-color css

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

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

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