Html Css Color HEX #A8681F Hot Toddy

📋 copy color: '#A8681F'

red 168 ◦ green 104 ◦ blue 31

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

Shades of Hot Toddy #A8681F

Tints of Hot Toddy #A8681F

RGB

 RED value IS 168 (66.02% from 255) = 55.45%

 GREEN value IS 104 (41.02% from 255) = 34.32%

 BLUE value IS 31 (12.5% from 255) = 10.23%

R = 55.45%
G = 34.32%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A8681F (or 0xA8681F) is known color: Hot Toddy. HEX triplet: A8, 68 and 1F. RGB value is (168,104,31). Sum of RGB (Red+Green+Blue) = 168+104+31=303 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.45% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 31 (12.5% from 255 or 10.23% from 303); Max value from RGB is 168 - color contains mainly: red. Hex color #A8681F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8681F is #5797E0. Grayscale: #737373. Windows color (decimal): -5740513 or 2058408. OLE color: 2058408.

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

Color convert

RGB 168 104 31 -
CMYK 0 0.38 0.82 0.34
HSL 31.97º 0.69% 0.39% -
HSV(B) 31.97º 0.82% 0.66% -
XYZ 21.35 18.32 3.71 -
YUV 114.81 80.7 165.94 -
System Red Green Blue C M Y K H S L
Decimal 168 104 31 0 0.38 0.82 0.34 31.97 0.69 0.39
Hex A8 68 1F 0 26 52 22 20 45 27
Octal 250 150 37 0 46 122 42 40 105 47
Binary 10101000 1101000 11111 0 100110 1010010 100010 100000 1000101 100111

Color Harmonies of #A8681F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8681F

Black with #A8681F

Text Example


Text Example

White with #A8681F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8681F; }

 p { color: rgb(168,104,31); }

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

background-color css

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

 a { background-color: rgb(168,104,31); }

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

border-color css

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

 span { border-color: rgb(168,104,31); }

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