Html Css Color HEX #A77028 Hot Toddy

📋 copy color: '#A77028'

red 167 ◦ green 112 ◦ blue 40

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

Shades of Hot Toddy #A77028

Tints of Hot Toddy #A77028

RGB

 RED value IS 167 (65.63% from 255) = 52.35%

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

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

R = 52.35%
G = 35.11%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#A77028 (or 0xA77028) is known color: Hot Toddy. HEX triplet: A7, 70 and 28. RGB value is (167,112,40). Sum of RGB (Red+Green+Blue) = 167+112+40=319 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.35% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 40 (16.02% from 255 or 12.54% from 319); Max value from RGB is 167 - color contains mainly: red. Hex color #A77028 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77028 is #588FD7. Grayscale: #787878. Windows color (decimal): -5803992 or 2650279. OLE color: 2650279.

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

Color convert

RGB 167 112 40 -
CMYK 0 0.33 0.76 0.35
HSL 34.02º 0.61% 0.41% -
HSV(B) 34.02º 0.76% 0.65% -
XYZ 22.11 19.96 4.69 -
YUV 120.24 82.72 161.35 -
System Red Green Blue C M Y K H S L
Decimal 167 112 40 0 0.33 0.76 0.35 34.02 0.61 0.41
Hex A7 70 28 0 21 4C 23 22 3D 29
Octal 247 160 50 0 41 114 43 42 75 51
Binary 10100111 1110000 101000 0 100001 1001100 100011 100010 111101 101001

Color Harmonies of #A77028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77028

Black with #A77028

Text Example


Text Example

White with #A77028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77028; }

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

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

background-color css

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

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

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

border-color css

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

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

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