Html Css Color HEX #A9701C Hot Toddy

📋 copy color: '#A9701C'

red 169 ◦ green 112 ◦ blue 28

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

Shades of Hot Toddy #A9701C

Tints of Hot Toddy #A9701C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.25%

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

R = 54.69%
G = 36.25%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.83

 K value IS 0.34

RGB Variations

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

Color information

#A9701C (or 0xA9701C) is known color: Hot Toddy. HEX triplet: A9, 70 and 1C. RGB value is (169,112,28). Sum of RGB (Red+Green+Blue) = 169+112+28=309 (40% of max value = 765). Red value is 169 (66.41% from 255 or 54.69% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 28 (11.33% from 255 or 9.06% from 309); Max value from RGB is 169 - color contains mainly: red. Hex color #A9701C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9701C is #568FE3. Grayscale: #777777. Windows color (decimal): -5672932 or 1863849. OLE color: 1863849.

HSL color Cylindrical-coordinate representation of color #A9701C: hue angle of 35.74º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A9701C is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 112 28 -
CMYK 0 0.34 0.83 0.34
HSL 35.74º 0.72% 0.39% -
HSV(B) 35.74º 0.83% 0.66% -
XYZ 22.37 20.11 3.8 -
YUV 119.47 76.38 163.33 -
System Red Green Blue C M Y K H S L
Decimal 169 112 28 0 0.34 0.83 0.34 35.74 0.72 0.39
Hex A9 70 1C 0 22 53 22 24 48 27
Octal 251 160 34 0 42 123 42 44 110 47
Binary 10101001 1110000 11100 0 100010 1010011 100010 100100 1001000 100111

Color Harmonies of #A9701C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9701C

Black with #A9701C

Text Example


Text Example

White with #A9701C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9701C; }

 p { color: rgb(169,112,28); }

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

background-color css

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

 a { background-color: rgb(169,112,28); }

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

border-color css

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

 span { border-color: rgb(169,112,28); }

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