Html Css Color HEX #A2721C Hot Toddy

📋 copy color: '#A2721C'

red 162 ◦ green 114 ◦ blue 28

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

Shades of Hot Toddy #A2721C

Tints of Hot Toddy #A2721C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.21%

R = 53.29%
G = 37.5%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A2721C (or 0xA2721C) is known color: Hot Toddy. HEX triplet: A2, 72 and 1C. RGB value is (162,114,28). Sum of RGB (Red+Green+Blue) = 162+114+28=304 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.29% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 28 (11.33% from 255 or 9.21% from 304); Max value from RGB is 162 - color contains mainly: red. Hex color #A2721C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2721C is #5D8DE3. Grayscale: #767676. Windows color (decimal): -6131172 or 1864354. OLE color: 1864354.

HSL color Cylindrical-coordinate representation of color #A2721C: hue angle of 38.51º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A2721C is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 114 28 -
CMYK 0 0.30 0.83 0.36
HSL 38.51º 0.71% 0.37% -
HSV(B) 38.51º 0.83% 0.64% -
XYZ 21.13 19.8 3.81 -
YUV 118.55 76.9 158.99 -
System Red Green Blue C M Y K H S L
Decimal 162 114 28 0 0.30 0.83 0.36 38.51 0.71 0.37
Hex A2 72 1C 0 1E 53 24 27 47 25
Octal 242 162 34 0 36 123 44 47 107 45
Binary 10100010 1110010 11100 0 11110 1010011 100100 100111 1000111 100101

Color Harmonies of #A2721C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2721C

Black with #A2721C

Text Example


Text Example

White with #A2721C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2721C; }

 p { color: rgb(162,114,28); }

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

background-color css

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

 a { background-color: rgb(162,114,28); }

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

border-color css

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

 span { border-color: rgb(162,114,28); }

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