Html Css Color HEX #A1762F Hot Toddy

📋 copy color: '#A1762F'

red 161 ◦ green 118 ◦ blue 47

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

Shades of Hot Toddy #A1762F

Tints of Hot Toddy #A1762F

RGB

 RED value IS 161 (63.28% from 255) = 49.39%

 GREEN value IS 118 (46.48% from 255) = 36.2%

 BLUE value IS 47 (18.75% from 255) = 14.42%

R = 49.39%
G = 36.2%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A1762F (or 0xA1762F) is known color: Hot Toddy. HEX triplet: A1, 76 and 2F. RGB value is (161,118,47). Sum of RGB (Red+Green+Blue) = 161+118+47=326 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.39% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 47 (18.75% from 255 or 14.42% from 326); Max value from RGB is 161 - color contains mainly: red. Hex color #A1762F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1762F is #5E89D0. Grayscale: #7B7B7B. Windows color (decimal): -6195665 or 3110561. OLE color: 3110561.

HSL color Cylindrical-coordinate representation of color #A1762F: hue angle of 37.37º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A1762F is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 118 47 -
CMYK 0 0.27 0.71 0.37
HSL 37.37º 0.55% 0.41% -
HSV(B) 37.37º 0.71% 0.63% -
XYZ 21.69 20.74 5.55 -
YUV 122.76 85.25 155.27 -
System Red Green Blue C M Y K H S L
Decimal 161 118 47 0 0.27 0.71 0.37 37.37 0.55 0.41
Hex A1 76 2F 0 1B 47 25 25 37 29
Octal 241 166 57 0 33 107 45 45 67 51
Binary 10100001 1110110 101111 0 11011 1000111 100101 100101 110111 101001

Color Harmonies of #A1762F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1762F

Black with #A1762F

Text Example


Text Example

White with #A1762F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1762F; }

 p { color: rgb(161,118,47); }

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

background-color css

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

 a { background-color: rgb(161,118,47); }

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

border-color css

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

 span { border-color: rgb(161,118,47); }

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