Html Css Color HEX #A77030 Hot Toddy

📋 copy color: '#A77030'

red 167 ◦ green 112 ◦ blue 48

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

Shades of Hot Toddy #A77030

Tints of Hot Toddy #A77030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.68%

R = 51.07%
G = 34.25%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A77030 (or 0xA77030) is known color: Hot Toddy. HEX triplet: A7, 70 and 30. RGB value is (167,112,48). Sum of RGB (Red+Green+Blue) = 167+112+48=327 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.07% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 48 (19.14% from 255 or 14.68% from 327); Max value from RGB is 167 - color contains mainly: red. Hex color #A77030 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77030 is #588FCF. Grayscale: #797979. Windows color (decimal): -5803984 or 3174567. OLE color: 3174567.

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

Color convert

RGB 167 112 48 -
CMYK 0 0.33 0.71 0.35
HSL 32.27º 0.55% 0.42% -
HSV(B) 32.27º 0.71% 0.65% -
XYZ 22.26 20.02 5.49 -
YUV 121.15 86.72 160.7 -
System Red Green Blue C M Y K H S L
Decimal 167 112 48 0 0.33 0.71 0.35 32.27 0.55 0.42
Hex A7 70 30 0 21 47 23 20 37 2A
Octal 247 160 60 0 41 107 43 40 67 52
Binary 10100111 1110000 110000 0 100001 1000111 100011 100000 110111 101010

Color Harmonies of #A77030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77030

Black with #A77030

Text Example


Text Example

White with #A77030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77030; }

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

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

background-color css

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

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

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

border-color css

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

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

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