Html Css Color HEX #A67828 Hot Toddy

📋 copy color: '#A67828'

red 166 ◦ green 120 ◦ blue 40

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

Shades of Hot Toddy #A67828

Tints of Hot Toddy #A67828

RGB

 RED value IS 166 (65.23% from 255) = 50.92%

 GREEN value IS 120 (47.27% from 255) = 36.81%

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

R = 50.92%
G = 36.81%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#A67828 (or 0xA67828) is known color: Hot Toddy. HEX triplet: A6, 78 and 28. RGB value is (166,120,40). Sum of RGB (Red+Green+Blue) = 166+120+40=326 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.92% from 326); Green value is 120 (47.27% from 255 or 36.81% from 326); Blue value is 40 (16.02% from 255 or 12.27% from 326); Max value from RGB is 166 - color contains mainly: red. Hex color #A67828 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67828 is #5987D7. Grayscale: #7D7D7D. Windows color (decimal): -5867480 or 2652326. OLE color: 2652326.

HSL color Cylindrical-coordinate representation of color #A67828: hue angle of 38.1º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A67828 is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 120 40 -
CMYK 0 0.28 0.76 0.35
HSL 38.1º 0.61% 0.4% -
HSV(B) 38.1º 0.76% 0.65% -
XYZ 22.83 21.69 4.99 -
YUV 124.63 80.24 157.5 -
System Red Green Blue C M Y K H S L
Decimal 166 120 40 0 0.28 0.76 0.35 38.1 0.61 0.4
Hex A6 78 28 0 1C 4C 23 26 3D 28
Octal 246 170 50 0 34 114 43 46 75 50
Binary 10100110 1111000 101000 0 11100 1001100 100011 100110 111101 101000

Color Harmonies of #A67828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67828

Black with #A67828

Text Example


Text Example

White with #A67828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67828; }

 p { color: rgb(166,120,40); }

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

background-color css

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

 a { background-color: rgb(166,120,40); }

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

border-color css

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

 span { border-color: rgb(166,120,40); }

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