Html Css Color HEX #A47434 Hot Toddy

📋 copy color: '#A47434'

red 164 ◦ green 116 ◦ blue 52

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

Shades of Hot Toddy #A47434

Tints of Hot Toddy #A47434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.66%

R = 49.4%
G = 34.94%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A47434 (or 0xA47434) is known color: Hot Toddy. HEX triplet: A4, 74 and 34. RGB value is (164,116,52). Sum of RGB (Red+Green+Blue) = 164+116+52=332 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.40% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 164 - color contains mainly: red. Hex color #A47434 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47434 is #5B8BCB. Grayscale: #7B7B7B. Windows color (decimal): -5999564 or 3437732. OLE color: 3437732.

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

Color convert

RGB 164 116 52 -
CMYK 0 0.29 0.68 0.36
HSL 34.29º 0.52% 0.42% -
HSV(B) 34.29º 0.68% 0.64% -
XYZ 22.18 20.63 6.06 -
YUV 123.06 87.9 157.2 -
System Red Green Blue C M Y K H S L
Decimal 164 116 52 0 0.29 0.68 0.36 34.29 0.52 0.42
Hex A4 74 34 0 1D 44 24 22 34 2A
Octal 244 164 64 0 35 104 44 42 64 52
Binary 10100100 1110100 110100 0 11101 1000100 100100 100010 110100 101010

Color Harmonies of #A47434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47434

Black with #A47434

Text Example


Text Example

White with #A47434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47434; }

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

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

background-color css

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

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

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

border-color css

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

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

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