Html Css Color HEX #A67428 Hot Toddy

📋 copy color: '#A67428'

red 166 ◦ green 116 ◦ blue 40

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

Shades of Hot Toddy #A67428

Tints of Hot Toddy #A67428

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.02%

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

R = 51.55%
G = 36.02%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#A67428 (or 0xA67428) is known color: Hot Toddy. HEX triplet: A6, 74 and 28. RGB value is (166,116,40). Sum of RGB (Red+Green+Blue) = 166+116+40=322 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.55% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 40 (16.02% from 255 or 12.42% from 322); Max value from RGB is 166 - color contains mainly: red. Hex color #A67428 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67428 is #598BD7. Grayscale: #7A7A7A. Windows color (decimal): -5868504 or 2651302. OLE color: 2651302.

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

Color convert

RGB 166 116 40 -
CMYK 0 0.30 0.76 0.35
HSL 36.19º 0.61% 0.4% -
HSV(B) 36.19º 0.76% 0.65% -
XYZ 22.35 20.75 4.83 -
YUV 122.29 81.57 159.18 -
System Red Green Blue C M Y K H S L
Decimal 166 116 40 0 0.30 0.76 0.35 36.19 0.61 0.4
Hex A6 74 28 0 1E 4C 23 24 3D 28
Octal 246 164 50 0 36 114 43 44 75 50
Binary 10100110 1110100 101000 0 11110 1001100 100011 100100 111101 101000

Color Harmonies of #A67428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67428

Black with #A67428

Text Example


Text Example

White with #A67428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67428; }

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

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

background-color css

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

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

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

border-color css

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

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

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