Html Css Color HEX #A87228 Hot Toddy

📋 copy color: '#A87228'

red 168 ◦ green 114 ◦ blue 40

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

Shades of Hot Toddy #A87228

Tints of Hot Toddy #A87228

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.4%

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

R = 52.17%
G = 35.4%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.76

 K value IS 0.34

RGB Variations

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

Color information

#A87228 (or 0xA87228) is known color: Hot Toddy. HEX triplet: A8, 72 and 28. RGB value is (168,114,40). Sum of RGB (Red+Green+Blue) = 168+114+40=322 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.17% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 40 (16.02% from 255 or 12.42% from 322); Max value from RGB is 168 - color contains mainly: red. Hex color #A87228 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87228 is #578DD7. Grayscale: #7A7A7A. Windows color (decimal): -5737944 or 2650792. OLE color: 2650792.

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

Color convert

RGB 168 114 40 -
CMYK 0 0.32 0.76 0.34
HSL 34.69º 0.62% 0.41% -
HSV(B) 34.69º 0.76% 0.66% -
XYZ 22.55 20.51 4.78 -
YUV 121.71 81.89 161.02 -
System Red Green Blue C M Y K H S L
Decimal 168 114 40 0 0.32 0.76 0.34 34.69 0.62 0.41
Hex A8 72 28 0 20 4C 22 23 3E 29
Octal 250 162 50 0 40 114 42 43 76 51
Binary 10101000 1110010 101000 0 100000 1001100 100010 100011 111110 101001

Color Harmonies of #A87228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87228

Black with #A87228

Text Example


Text Example

White with #A87228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87228; }

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

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

background-color css

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

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

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

border-color css

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

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

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