Html Css Color HEX #A47D2B Hot Toddy

📋 copy color: '#A47D2B'

red 164 ◦ green 125 ◦ blue 43

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

Shades of Hot Toddy #A47D2B

Tints of Hot Toddy #A47D2B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.65%

 BLUE value IS 43 (17.19% from 255) = 12.95%

R = 49.4%
G = 37.65%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A47D2B (or 0xA47D2B) is known color: Hot Toddy. HEX triplet: A4, 7D and 2B. RGB value is (164,125,43). Sum of RGB (Red+Green+Blue) = 164+125+43=332 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.40% from 332); Green value is 125 (49.22% from 255 or 37.65% from 332); Blue value is 43 (17.19% from 255 or 12.95% from 332); Max value from RGB is 164 - color contains mainly: red. Hex color #A47D2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47D2B is #5B82D4. Grayscale: #7F7F7F. Windows color (decimal): -5997269 or 2850212. OLE color: 2850212.

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

Color convert

RGB 164 125 43 -
CMYK 0 0.24 0.74 0.36
HSL 40.66º 0.58% 0.41% -
HSV(B) 40.66º 0.74% 0.64% -
XYZ 23.08 22.73 5.46 -
YUV 127.31 80.42 154.17 -
System Red Green Blue C M Y K H S L
Decimal 164 125 43 0 0.24 0.74 0.36 40.66 0.58 0.41
Hex A4 7D 2B 0 18 4A 24 29 3A 29
Octal 244 175 53 0 30 112 44 51 72 51
Binary 10100100 1111101 101011 0 11000 1001010 100100 101001 111010 101001

Color Harmonies of #A47D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47D2B

Black with #A47D2B

Text Example


Text Example

White with #A47D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47D2B; }

 p { color: rgb(164,125,43); }

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

background-color css

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

 a { background-color: rgb(164,125,43); }

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

border-color css

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

 span { border-color: rgb(164,125,43); }

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