Html Css Color HEX #A47730 Hot Toddy

📋 copy color: '#A47730'

red 164 ◦ green 119 ◦ blue 48

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

Shades of Hot Toddy #A47730

Tints of Hot Toddy #A47730

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.95%

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

R = 49.55%
G = 35.95%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A47730 (or 0xA47730) is known color: Hot Toddy. HEX triplet: A4, 77 and 30. RGB value is (164,119,48). Sum of RGB (Red+Green+Blue) = 164+119+48=331 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.55% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 48 (19.14% from 255 or 14.50% from 331); Max value from RGB is 164 - color contains mainly: red. Hex color #A47730 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47730 is #5B88CF. Grayscale: #7C7C7C. Windows color (decimal): -5998800 or 3176356. OLE color: 3176356.

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

Color convert

RGB 164 119 48 -
CMYK 0 0.27 0.71 0.36
HSL 36.72º 0.55% 0.42% -
HSV(B) 36.72º 0.71% 0.64% -
XYZ 22.44 21.3 5.72 -
YUV 124.36 84.91 156.27 -
System Red Green Blue C M Y K H S L
Decimal 164 119 48 0 0.27 0.71 0.36 36.72 0.55 0.42
Hex A4 77 30 0 1B 47 24 25 37 2A
Octal 244 167 60 0 33 107 44 45 67 52
Binary 10100100 1110111 110000 0 11011 1000111 100100 100101 110111 101010

Color Harmonies of #A47730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47730

Black with #A47730

Text Example


Text Example

White with #A47730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47730; }

 p { color: rgb(164,119,48); }

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

background-color css

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

 a { background-color: rgb(164,119,48); }

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

border-color css

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

 span { border-color: rgb(164,119,48); }

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