Html Css Color HEX #A8782F Hot Toddy

📋 copy color: '#A8782F'

red 168 ◦ green 120 ◦ blue 47

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

Shades of Hot Toddy #A8782F

Tints of Hot Toddy #A8782F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.82%

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

R = 50.15%
G = 35.82%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.72

 K value IS 0.34

RGB Variations

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

Color information

#A8782F (or 0xA8782F) is known color: Hot Toddy. HEX triplet: A8, 78 and 2F. RGB value is (168,120,47). Sum of RGB (Red+Green+Blue) = 168+120+47=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 120 (47.27% from 255 or 35.82% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A8782F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8782F is #5787D0. Grayscale: #7E7E7E. Windows color (decimal): -5736401 or 3111080. OLE color: 3111080.

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

Color convert

RGB 168 120 47 -
CMYK 0 0.29 0.72 0.34
HSL 36.2º 0.56% 0.42% -
HSV(B) 36.2º 0.72% 0.66% -
XYZ 23.38 21.96 5.7 -
YUV 126.03 83.4 157.94 -
System Red Green Blue C M Y K H S L
Decimal 168 120 47 0 0.29 0.72 0.34 36.2 0.56 0.42
Hex A8 78 2F 0 1D 48 22 24 38 2A
Octal 250 170 57 0 35 110 42 44 70 52
Binary 10101000 1111000 101111 0 11101 1001000 100010 100100 111000 101010

Color Harmonies of #A8782F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8782F

Black with #A8782F

Text Example


Text Example

White with #A8782F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8782F; }

 p { color: rgb(168,120,47); }

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

background-color css

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

 a { background-color: rgb(168,120,47); }

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

border-color css

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

 span { border-color: rgb(168,120,47); }

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