Html Css Color HEX #A87A3C Hot Toddy

📋 copy color: '#A87A3C'

red 168 ◦ green 122 ◦ blue 60

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

Shades of Hot Toddy #A87A3C

Tints of Hot Toddy #A87A3C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.86%

 BLUE value IS 60 (23.83% from 255) = 17.14%

R = 48%
G = 34.86%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#A87A3C (or 0xA87A3C) is known color: Hot Toddy. HEX triplet: A8, 7A and 3C. RGB value is (168,122,60). Sum of RGB (Red+Green+Blue) = 168+122+60=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 168 - color contains mainly: red. Hex color #A87A3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87A3C is #5785C3. Grayscale: #808080. Windows color (decimal): -5735876 or 3963560. OLE color: 3963560.

HSL color Cylindrical-coordinate representation of color #A87A3C: hue angle of 34.44º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A87A3C is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 122 60 -
CMYK 0 0.27 0.64 0.34
HSL 34.44º 0.47% 0.45% -
HSV(B) 34.44º 0.64% 0.66% -
XYZ 23.92 22.57 7.37 -
YUV 128.69 89.24 156.04 -
System Red Green Blue C M Y K H S L
Decimal 168 122 60 0 0.27 0.64 0.34 34.44 0.47 0.45
Hex A8 7A 3C 0 1B 40 22 22 2F 2D
Octal 250 172 74 0 33 100 42 42 57 55
Binary 10101000 1111010 111100 0 11011 1000000 100010 100010 101111 101101

Color Harmonies of #A87A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87A3C

Black with #A87A3C

Text Example


Text Example

White with #A87A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87A3C; }

 p { color: rgb(168,122,60); }

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

background-color css

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

 a { background-color: rgb(168,122,60); }

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

border-color css

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

 span { border-color: rgb(168,122,60); }

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