Html Css Color HEX #A27020 Hot Toddy

📋 copy color: '#A27020'

red 162 ◦ green 112 ◦ blue 32

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

Shades of Hot Toddy #A27020

Tints of Hot Toddy #A27020

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.6%

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

R = 52.94%
G = 36.6%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A27020 (or 0xA27020) is known color: Hot Toddy. HEX triplet: A2, 70 and 20. RGB value is (162,112,32). Sum of RGB (Red+Green+Blue) = 162+112+32=306 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.94% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 32 (12.89% from 255 or 10.46% from 306); Max value from RGB is 162 - color contains mainly: red. Hex color #A27020 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27020 is #5D8FDF. Grayscale: #767676. Windows color (decimal): -6131680 or 2125986. OLE color: 2125986.

HSL color Cylindrical-coordinate representation of color #A27020: hue angle of 36.92º 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 #A27020 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 112 32 -
CMYK 0 0.31 0.80 0.36
HSL 36.92º 0.67% 0.38% -
HSV(B) 36.92º 0.8% 0.64% -
XYZ 20.96 19.37 4 -
YUV 117.83 79.57 159.5 -
System Red Green Blue C M Y K H S L
Decimal 162 112 32 0 0.31 0.80 0.36 36.92 0.67 0.38
Hex A2 70 20 0 1F 50 24 25 43 26
Octal 242 160 40 0 37 120 44 45 103 46
Binary 10100010 1110000 100000 0 11111 1010000 100100 100101 1000011 100110

Color Harmonies of #A27020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27020

Black with #A27020

Text Example


Text Example

White with #A27020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27020; }

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

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

background-color css

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

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

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

border-color css

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

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

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