Html Css Color HEX #A47028 Hot Toddy

📋 copy color: '#A47028'

red 164 ◦ green 112 ◦ blue 40

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

Shades of Hot Toddy #A47028

Tints of Hot Toddy #A47028

RGB

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

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

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

R = 51.9%
G = 35.44%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A47028 (or 0xA47028) is known color: Hot Toddy. HEX triplet: A4, 70 and 28. RGB value is (164,112,40). Sum of RGB (Red+Green+Blue) = 164+112+40=316 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.90% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 40 (16.02% from 255 or 12.66% from 316); Max value from RGB is 164 - color contains mainly: red. Hex color #A47028 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47028 is #5B8FD7. Grayscale: #777777. Windows color (decimal): -6000600 or 2650276. OLE color: 2650276.

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

Color convert

RGB 164 112 40 -
CMYK 0 0.32 0.76 0.36
HSL 34.84º 0.61% 0.4% -
HSV(B) 34.84º 0.76% 0.64% -
XYZ 21.49 19.63 4.66 -
YUV 119.34 83.23 159.85 -
System Red Green Blue C M Y K H S L
Decimal 164 112 40 0 0.32 0.76 0.36 34.84 0.61 0.4
Hex A4 70 28 0 20 4C 24 23 3D 28
Octal 244 160 50 0 40 114 44 43 75 50
Binary 10100100 1110000 101000 0 100000 1001100 100100 100011 111101 101000

Color Harmonies of #A47028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47028

Black with #A47028

Text Example


Text Example

White with #A47028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47028; }

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

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

background-color css

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

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

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

border-color css

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

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

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