Html Css Color HEX #A47A2D Hot Toddy

📋 copy color: '#A47A2D'

red 164 ◦ green 122 ◦ blue 45

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

Shades of Hot Toddy #A47A2D

Tints of Hot Toddy #A47A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.6%

R = 49.55%
G = 36.86%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A47A2D (or 0xA47A2D) is known color: Hot Toddy. HEX triplet: A4, 7A and 2D. RGB value is (164,122,45). Sum of RGB (Red+Green+Blue) = 164+122+45=331 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.55% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 45 (17.97% from 255 or 13.60% from 331); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47A2D is #5B85D2. Grayscale: #7E7E7E. Windows color (decimal): -5998035 or 2980516. OLE color: 2980516.

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

Color convert

RGB 164 122 45 -
CMYK 0 0.26 0.73 0.36
HSL 38.82º 0.57% 0.41% -
HSV(B) 38.82º 0.73% 0.64% -
XYZ 22.74 22 5.53 -
YUV 125.78 82.41 155.26 -
System Red Green Blue C M Y K H S L
Decimal 164 122 45 0 0.26 0.73 0.36 38.82 0.57 0.41
Hex A4 7A 2D 0 1A 49 24 27 39 29
Octal 244 172 55 0 32 111 44 47 71 51
Binary 10100100 1111010 101101 0 11010 1001001 100100 100111 111001 101001

Color Harmonies of #A47A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47A2D

Black with #A47A2D

Text Example


Text Example

White with #A47A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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