Html Css Color HEX #A27420 Hot Toddy

📋 copy color: '#A27420'

red 162 ◦ green 116 ◦ blue 32

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

Shades of Hot Toddy #A27420

Tints of Hot Toddy #A27420

RGB

 RED value IS 162 (63.67% from 255) = 52.26%

 GREEN value IS 116 (45.7% from 255) = 37.42%

 BLUE value IS 32 (12.89% from 255) = 10.32%

R = 52.26%
G = 37.42%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A27420 (or 0xA27420) is known color: Hot Toddy. HEX triplet: A2, 74 and 20. RGB value is (162,116,32). Sum of RGB (Red+Green+Blue) = 162+116+32=310 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.26% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 32 (12.89% from 255 or 10.32% from 310); Max value from RGB is 162 - color contains mainly: red. Hex color #A27420 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27420 is #5D8BDF. Grayscale: #787878. Windows color (decimal): -6130656 or 2127010. OLE color: 2127010.

HSL color Cylindrical-coordinate representation of color #A27420: hue angle of 38.77º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A27420 is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 116 32 -
CMYK 0 0.28 0.80 0.36
HSL 38.77º 0.67% 0.38% -
HSV(B) 38.77º 0.8% 0.64% -
XYZ 21.41 20.28 4.15 -
YUV 120.18 78.24 157.83 -
System Red Green Blue C M Y K H S L
Decimal 162 116 32 0 0.28 0.80 0.36 38.77 0.67 0.38
Hex A2 74 20 0 1C 50 24 27 43 26
Octal 242 164 40 0 34 120 44 47 103 46
Binary 10100010 1110100 100000 0 11100 1010000 100100 100111 1000011 100110

Color Harmonies of #A27420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27420

Black with #A27420

Text Example


Text Example

White with #A27420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27420; }

 p { color: rgb(162,116,32); }

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

background-color css

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

 a { background-color: rgb(162,116,32); }

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

border-color css

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

 span { border-color: rgb(162,116,32); }

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