Html Css Color HEX #A47A3E Hot Toddy

📋 copy color: '#A47A3E'

red 164 ◦ green 122 ◦ blue 62

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

Shades of Hot Toddy #A47A3E

Tints of Hot Toddy #A47A3E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.06%

 BLUE value IS 62 (24.61% from 255) = 17.82%

R = 47.13%
G = 35.06%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A47A3E (or 0xA47A3E) is known color: Hot Toddy. HEX triplet: A4, 7A and 3E. RGB value is (164,122,62). Sum of RGB (Red+Green+Blue) = 164+122+62=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 62 (24.61% from 255 or 17.82% from 348); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47A3E is #5B85C1. Grayscale: #7F7F7F. Windows color (decimal): -5998018 or 4094628. OLE color: 4094628.

HSL color Cylindrical-coordinate representation of color #A47A3E: hue angle of 35.29º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A47A3E is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 122 62 -
CMYK 0 0.26 0.62 0.36
HSL 35.29º 0.45% 0.44% -
HSV(B) 35.29º 0.62% 0.64% -
XYZ 23.14 22.16 7.62 -
YUV 127.72 90.91 153.88 -
System Red Green Blue C M Y K H S L
Decimal 164 122 62 0 0.26 0.62 0.36 35.29 0.45 0.44
Hex A4 7A 3E 0 1A 3E 24 23 2D 2C
Octal 244 172 76 0 32 76 44 43 55 54
Binary 10100100 1111010 111110 0 11010 111110 100100 100011 101101 101100

Color Harmonies of #A47A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47A3E

Black with #A47A3E

Text Example


Text Example

White with #A47A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47A3E; }

 p { color: rgb(164,122,62); }

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

background-color css

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

 a { background-color: rgb(164,122,62); }

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

border-color css

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

 span { border-color: rgb(164,122,62); }

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