Html Css Color HEX #A2772D Hot Toddy

📋 copy color: '#A2772D'

red 162 ◦ green 119 ◦ blue 45

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

Shades of Hot Toddy #A2772D

Tints of Hot Toddy #A2772D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.5%

 BLUE value IS 45 (17.97% from 255) = 13.8%

R = 49.69%
G = 36.5%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A2772D (or 0xA2772D) is known color: Hot Toddy. HEX triplet: A2, 77 and 2D. RGB value is (162,119,45). Sum of RGB (Red+Green+Blue) = 162+119+45=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 45 (17.97% from 255 or 13.80% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A2772D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2772D is #5D88D2. Grayscale: #7B7B7B. Windows color (decimal): -6129875 or 2979746. OLE color: 2979746.

HSL color Cylindrical-coordinate representation of color #A2772D: hue angle of 37.95º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A2772D is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 119 45 -
CMYK 0 0.27 0.72 0.36
HSL 37.95º 0.57% 0.41% -
HSV(B) 37.95º 0.72% 0.64% -
XYZ 21.97 21.06 5.39 -
YUV 123.42 83.75 155.52 -
System Red Green Blue C M Y K H S L
Decimal 162 119 45 0 0.27 0.72 0.36 37.95 0.57 0.41
Hex A2 77 2D 0 1B 48 24 26 39 29
Octal 242 167 55 0 33 110 44 46 71 51
Binary 10100010 1110111 101101 0 11011 1001000 100100 100110 111001 101001

Color Harmonies of #A2772D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2772D

Black with #A2772D

Text Example


Text Example

White with #A2772D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2772D; }

 p { color: rgb(162,119,45); }

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

background-color css

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

 a { background-color: rgb(162,119,45); }

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

border-color css

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

 span { border-color: rgb(162,119,45); }

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