Html Css Color HEX #A47430 Hot Toddy

📋 copy color: '#A47430'

red 164 ◦ green 116 ◦ blue 48

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

Shades of Hot Toddy #A47430

Tints of Hot Toddy #A47430

RGB

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

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

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

R = 50%
G = 35.37%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A47430 (or 0xA47430) is known color: Hot Toddy. HEX triplet: A4, 74 and 30. RGB value is (164,116,48). Sum of RGB (Red+Green+Blue) = 164+116+48=328 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 48 (19.14% from 255 or 14.63% from 328); Max value from RGB is 164 - color contains mainly: red. Hex color #A47430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47430 is #5B8BCF. Grayscale: #7A7A7A. Windows color (decimal): -5999568 or 3175588. OLE color: 3175588.

HSL color Cylindrical-coordinate representation of color #A47430: hue angle of 35.17º 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 #A47430 is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 116 48 -
CMYK 0 0.29 0.71 0.36
HSL 35.17º 0.55% 0.42% -
HSV(B) 35.17º 0.71% 0.64% -
XYZ 22.09 20.6 5.61 -
YUV 122.6 85.9 157.53 -
System Red Green Blue C M Y K H S L
Decimal 164 116 48 0 0.29 0.71 0.36 35.17 0.55 0.42
Hex A4 74 30 0 1D 47 24 23 37 2A
Octal 244 164 60 0 35 107 44 43 67 52
Binary 10100100 1110100 110000 0 11101 1000111 100100 100011 110111 101010

Color Harmonies of #A47430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47430

Black with #A47430

Text Example


Text Example

White with #A47430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47430; }

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

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

background-color css

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

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

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

border-color css

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

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

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