Html Css Color HEX #A87028 Hot Toddy

📋 copy color: '#A87028'

red 168 ◦ green 112 ◦ blue 40

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

Shades of Hot Toddy #A87028

Tints of Hot Toddy #A87028

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35%

 BLUE value IS 40 (16.02% from 255) = 12.5%

R = 52.5%
G = 35%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.76

 K value IS 0.34

RGB Variations

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

Color information

#A87028 (or 0xA87028) is known color: Hot Toddy. HEX triplet: A8, 70 and 28. RGB value is (168,112,40). Sum of RGB (Red+Green+Blue) = 168+112+40=320 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.5% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 40 (16.02% from 255 or 12.5% from 320); Max value from RGB is 168 - color contains mainly: red. Hex color #A87028 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87028 is #578FD7. Grayscale: #787878. Windows color (decimal): -5738456 or 2650280. OLE color: 2650280.

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

Color convert

RGB 168 112 40 -
CMYK 0 0.33 0.76 0.34
HSL 33.75º 0.62% 0.41% -
HSV(B) 33.75º 0.76% 0.66% -
XYZ 22.33 20.07 4.7 -
YUV 120.54 82.55 161.85 -
System Red Green Blue C M Y K H S L
Decimal 168 112 40 0 0.33 0.76 0.34 33.75 0.62 0.41
Hex A8 70 28 0 21 4C 22 22 3E 29
Octal 250 160 50 0 41 114 42 42 76 51
Binary 10101000 1110000 101000 0 100001 1001100 100010 100010 111110 101001

Color Harmonies of #A87028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87028

Black with #A87028

Text Example


Text Example

White with #A87028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87028; }

 p { color: rgb(168,112,40); }

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

background-color css

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

 a { background-color: rgb(168,112,40); }

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

border-color css

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

 span { border-color: rgb(168,112,40); }

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