Html Css Color HEX #A47426 Hot Toddy

📋 copy color: '#A47426'

red 164 ◦ green 116 ◦ blue 38

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

Shades of Hot Toddy #A47426

Tints of Hot Toddy #A47426

RGB

 RED value IS 164 (64.45% from 255) = 51.57%

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

 BLUE value IS 38 (15.23% from 255) = 11.95%

R = 51.57%
G = 36.48%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A47426 (or 0xA47426) is known color: Hot Toddy. HEX triplet: A4, 74 and 26. RGB value is (164,116,38). Sum of RGB (Red+Green+Blue) = 164+116+38=318 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.57% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 38 (15.23% from 255 or 11.95% from 318); Max value from RGB is 164 - color contains mainly: red. Hex color #A47426 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47426 is #5B8BD9. Grayscale: #797979. Windows color (decimal): -5999578 or 2520228. OLE color: 2520228.

HSL color Cylindrical-coordinate representation of color #A47426: hue angle of 37.14º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A47426 is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 116 38 -
CMYK 0 0.29 0.77 0.36
HSL 37.14º 0.62% 0.4% -
HSV(B) 37.14º 0.77% 0.64% -
XYZ 21.91 20.52 4.64 -
YUV 121.46 80.9 158.34 -
System Red Green Blue C M Y K H S L
Decimal 164 116 38 0 0.29 0.77 0.36 37.14 0.62 0.4
Hex A4 74 26 0 1D 4D 24 25 3E 28
Octal 244 164 46 0 35 115 44 45 76 50
Binary 10100100 1110100 100110 0 11101 1001101 100100 100101 111110 101000

Color Harmonies of #A47426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47426

Black with #A47426

Text Example


Text Example

White with #A47426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47426; }

 p { color: rgb(164,116,38); }

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

background-color css

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

 a { background-color: rgb(164,116,38); }

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

border-color css

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

 span { border-color: rgb(164,116,38); }

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