Html Css Color HEX #A87D2A Hot Toddy

📋 copy color: '#A87D2A'

red 168 ◦ green 125 ◦ blue 42

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

Shades of Hot Toddy #A87D2A

Tints of Hot Toddy #A87D2A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.31%

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

R = 50.15%
G = 37.31%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.75

 K value IS 0.34

RGB Variations

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

Color information

#A87D2A (or 0xA87D2A) is known color: Hot Toddy. HEX triplet: A8, 7D and 2A. RGB value is (168,125,42). Sum of RGB (Red+Green+Blue) = 168+125+42=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 42 (16.80% from 255 or 12.54% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A87D2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87D2A is #5782D5. Grayscale: #808080. Windows color (decimal): -5735126 or 2784680. OLE color: 2784680.

HSL color Cylindrical-coordinate representation of color #A87D2A: hue angle of 39.52º 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 #A87D2A is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 125 42 -
CMYK 0 0.26 0.75 0.34
HSL 39.52º 0.6% 0.41% -
HSV(B) 39.52º 0.75% 0.66% -
XYZ 23.9 23.16 5.4 -
YUV 128.4 79.25 156.25 -
System Red Green Blue C M Y K H S L
Decimal 168 125 42 0 0.26 0.75 0.34 39.52 0.6 0.41
Hex A8 7D 2A 0 1A 4B 22 28 3C 29
Octal 250 175 52 0 32 113 42 50 74 51
Binary 10101000 1111101 101010 0 11010 1001011 100010 101000 111100 101001

Color Harmonies of #A87D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87D2A

Black with #A87D2A

Text Example


Text Example

White with #A87D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87D2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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