Html Css Color HEX #A9742D Hot Toddy

📋 copy color: '#A9742D'

red 169 ◦ green 116 ◦ blue 45

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

Shades of Hot Toddy #A9742D

Tints of Hot Toddy #A9742D

RGB

 RED value IS 169 (66.41% from 255) = 51.21%

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

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

R = 51.21%
G = 35.15%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.73

 K value IS 0.34

RGB Variations

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

Color information

#A9742D (or 0xA9742D) is known color: Hot Toddy. HEX triplet: A9, 74 and 2D. RGB value is (169,116,45). Sum of RGB (Red+Green+Blue) = 169+116+45=330 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.21% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 45 (17.97% from 255 or 13.64% from 330); Max value from RGB is 169 - color contains mainly: red. Hex color #A9742D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9742D is #568BD2. Grayscale: #7C7C7C. Windows color (decimal): -5671891 or 2978985. OLE color: 2978985.

HSL color Cylindrical-coordinate representation of color #A9742D: hue angle of 34.35º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A9742D is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 116 45 -
CMYK 0 0.31 0.73 0.34
HSL 34.35º 0.58% 0.42% -
HSV(B) 34.35º 0.73% 0.66% -
XYZ 23.08 21.12 5.34 -
YUV 123.75 83.56 160.27 -
System Red Green Blue C M Y K H S L
Decimal 169 116 45 0 0.31 0.73 0.34 34.35 0.58 0.42
Hex A9 74 2D 0 1F 49 22 22 3A 2A
Octal 251 164 55 0 37 111 42 42 72 52
Binary 10101001 1110100 101101 0 11111 1001001 100010 100010 111010 101010

Color Harmonies of #A9742D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9742D

Black with #A9742D

Text Example


Text Example

White with #A9742D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9742D; }

 p { color: rgb(169,116,45); }

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

background-color css

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

 a { background-color: rgb(169,116,45); }

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

border-color css

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

 span { border-color: rgb(169,116,45); }

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