Html Css Color HEX #A87225 Hot Toddy

📋 copy color: '#A87225'

red 168 ◦ green 114 ◦ blue 37

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

Shades of Hot Toddy #A87225

Tints of Hot Toddy #A87225

RGB

 RED value IS 168 (66.02% from 255) = 52.66%

 GREEN value IS 114 (44.92% from 255) = 35.74%

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

R = 52.66%
G = 35.74%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.34

RGB Variations

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

Color information

#A87225 (or 0xA87225) is known color: Hot Toddy. HEX triplet: A8, 72 and 25. RGB value is (168,114,37). Sum of RGB (Red+Green+Blue) = 168+114+37=319 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.66% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 37 (14.84% from 255 or 11.60% from 319); Max value from RGB is 168 - color contains mainly: red. Hex color #A87225 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87225 is #578DDA. Grayscale: #797979. Windows color (decimal): -5737947 or 2454184. OLE color: 2454184.

HSL color Cylindrical-coordinate representation of color #A87225: hue angle of 35.27º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A87225 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 114 37 -
CMYK 0 0.32 0.78 0.34
HSL 35.27º 0.64% 0.4% -
HSV(B) 35.27º 0.78% 0.66% -
XYZ 22.5 20.49 4.52 -
YUV 121.37 80.39 161.26 -
System Red Green Blue C M Y K H S L
Decimal 168 114 37 0 0.32 0.78 0.34 35.27 0.64 0.4
Hex A8 72 25 0 20 4E 22 23 40 28
Octal 250 162 45 0 40 116 42 43 100 50
Binary 10101000 1110010 100101 0 100000 1001110 100010 100011 1000000 101000

Color Harmonies of #A87225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87225

Black with #A87225

Text Example


Text Example

White with #A87225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87225; }

 p { color: rgb(168,114,37); }

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

background-color css

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

 a { background-color: rgb(168,114,37); }

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

border-color css

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

 span { border-color: rgb(168,114,37); }

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