Html Css Color HEX #A87C31 Hot Toddy

📋 copy color: '#A87C31'

red 168 ◦ green 124 ◦ blue 49

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

Shades of Hot Toddy #A87C31

Tints of Hot Toddy #A87C31

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.36%

 BLUE value IS 49 (19.53% from 255) = 14.37%

R = 49.27%
G = 36.36%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.71

 K value IS 0.34

RGB Variations

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

Color information

#A87C31 (or 0xA87C31) is known color: Hot Toddy. HEX triplet: A8, 7C and 31. RGB value is (168,124,49). Sum of RGB (Red+Green+Blue) = 168+124+49=341 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.27% from 341); Green value is 124 (48.83% from 255 or 36.36% from 341); Blue value is 49 (19.53% from 255 or 14.37% from 341); Max value from RGB is 168 - color contains mainly: red. Hex color #A87C31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87C31 is #5783CE. Grayscale: #808080. Windows color (decimal): -5735375 or 3243176. OLE color: 3243176.

HSL color Cylindrical-coordinate representation of color #A87C31: hue angle of 37.82º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A87C31 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 124 49 -
CMYK 0 0.26 0.71 0.34
HSL 37.82º 0.55% 0.43% -
HSV(B) 37.82º 0.71% 0.66% -
XYZ 23.91 22.96 6.08 -
YUV 128.61 83.08 156.1 -
System Red Green Blue C M Y K H S L
Decimal 168 124 49 0 0.26 0.71 0.34 37.82 0.55 0.43
Hex A8 7C 31 0 1A 47 22 26 37 2B
Octal 250 174 61 0 32 107 42 46 67 53
Binary 10101000 1111100 110001 0 11010 1000111 100010 100110 110111 101011

Color Harmonies of #A87C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87C31

Black with #A87C31

Text Example


Text Example

White with #A87C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87C31; }

 p { color: rgb(168,124,49); }

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

background-color css

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

 a { background-color: rgb(168,124,49); }

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

border-color css

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

 span { border-color: rgb(168,124,49); }

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