Html Css Color HEX #A47E2D Hot Toddy

📋 copy color: '#A47E2D'

red 164 ◦ green 126 ◦ blue 45

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

Shades of Hot Toddy #A47E2D

Tints of Hot Toddy #A47E2D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.61%

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

R = 48.96%
G = 37.61%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A47E2D (or 0xA47E2D) is known color: Hot Toddy. HEX triplet: A4, 7E and 2D. RGB value is (164,126,45). Sum of RGB (Red+Green+Blue) = 164+126+45=335 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.96% from 335); Green value is 126 (49.61% from 255 or 37.61% from 335); Blue value is 45 (17.97% from 255 or 13.43% from 335); Max value from RGB is 164 - color contains mainly: red. Hex color #A47E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47E2D is #5B81D2. Grayscale: #808080. Windows color (decimal): -5997011 or 2981540. OLE color: 2981540.

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

Color convert

RGB 164 126 45 -
CMYK 0 0.23 0.73 0.36
HSL 40.84º 0.57% 0.41% -
HSV(B) 40.84º 0.73% 0.64% -
XYZ 23.24 23 5.7 -
YUV 128.13 81.09 153.59 -
System Red Green Blue C M Y K H S L
Decimal 164 126 45 0 0.23 0.73 0.36 40.84 0.57 0.41
Hex A4 7E 2D 0 17 49 24 29 39 29
Octal 244 176 55 0 27 111 44 51 71 51
Binary 10100100 1111110 101101 0 10111 1001001 100100 101001 111001 101001

Color Harmonies of #A47E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47E2D

Black with #A47E2D

Text Example


Text Example

White with #A47E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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