Html Css Color HEX #A9742B Hot Toddy

📋 copy color: '#A9742B'

red 169 ◦ green 116 ◦ blue 43

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

Shades of Hot Toddy #A9742B

Tints of Hot Toddy #A9742B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.11%

R = 51.52%
G = 35.37%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.75

 K value IS 0.34

RGB Variations

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

Color information

#A9742B (or 0xA9742B) is known color: Hot Toddy. HEX triplet: A9, 74 and 2B. RGB value is (169,116,43). Sum of RGB (Red+Green+Blue) = 169+116+43=328 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.52% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 43 (17.19% from 255 or 13.11% from 328); Max value from RGB is 169 - color contains mainly: red. Hex color #A9742B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9742B is #568BD4. Grayscale: #7B7B7B. Windows color (decimal): -5671893 or 2847913. OLE color: 2847913.

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

Color convert

RGB 169 116 43 -
CMYK 0 0.31 0.75 0.34
HSL 34.76º 0.59% 0.42% -
HSV(B) 34.76º 0.75% 0.66% -
XYZ 23.04 21.1 5.14 -
YUV 123.53 82.56 160.44 -
System Red Green Blue C M Y K H S L
Decimal 169 116 43 0 0.31 0.75 0.34 34.76 0.59 0.42
Hex A9 74 2B 0 1F 4B 22 23 3B 2A
Octal 251 164 53 0 37 113 42 43 73 52
Binary 10101001 1110100 101011 0 11111 1001011 100010 100011 111011 101010

Color Harmonies of #A9742B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9742B

Black with #A9742B

Text Example


Text Example

White with #A9742B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9742B; }

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

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

background-color css

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

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

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

border-color css

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

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

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