Html Css Color HEX #A8782A Hot Toddy

📋 copy color: '#A8782A'

red 168 ◦ green 120 ◦ blue 42

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

Shades of Hot Toddy #A8782A

Tints of Hot Toddy #A8782A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.73%

R = 50.91%
G = 36.36%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.75

 K value IS 0.34

RGB Variations

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

Color information

#A8782A (or 0xA8782A) is known color: Hot Toddy. HEX triplet: A8, 78 and 2A. RGB value is (168,120,42). Sum of RGB (Red+Green+Blue) = 168+120+42=330 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.91% from 330); Green value is 120 (47.27% from 255 or 36.36% from 330); Blue value is 42 (16.80% from 255 or 12.73% from 330); Max value from RGB is 168 - color contains mainly: red. Hex color #A8782A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8782A is #5787D5. Grayscale: #7D7D7D. Windows color (decimal): -5736406 or 2783400. OLE color: 2783400.

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

Color convert

RGB 168 120 42 -
CMYK 0 0.29 0.75 0.34
HSL 37.14º 0.6% 0.41% -
HSV(B) 37.14º 0.75% 0.66% -
XYZ 23.28 21.92 5.2 -
YUV 125.46 80.9 158.34 -
System Red Green Blue C M Y K H S L
Decimal 168 120 42 0 0.29 0.75 0.34 37.14 0.6 0.41
Hex A8 78 2A 0 1D 4B 22 25 3C 29
Octal 250 170 52 0 35 113 42 45 74 51
Binary 10101000 1111000 101010 0 11101 1001011 100010 100101 111100 101001

Color Harmonies of #A8782A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8782A

Black with #A8782A

Text Example


Text Example

White with #A8782A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8782A; }

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

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

background-color css

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

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

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

border-color css

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

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

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