Html Css Color HEX #A47B2F Hot Toddy

📋 copy color: '#A47B2F'

red 164 ◦ green 123 ◦ blue 47

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

Shades of Hot Toddy #A47B2F

Tints of Hot Toddy #A47B2F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.83%

 BLUE value IS 47 (18.75% from 255) = 14.07%

R = 49.1%
G = 36.83%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A47B2F (or 0xA47B2F) is known color: Hot Toddy. HEX triplet: A4, 7B and 2F. RGB value is (164,123,47). Sum of RGB (Red+Green+Blue) = 164+123+47=334 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.10% from 334); Green value is 123 (48.44% from 255 or 36.83% from 334); Blue value is 47 (18.75% from 255 or 14.07% from 334); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47B2F is #5B84D0. Grayscale: #7E7E7E. Windows color (decimal): -5997777 or 3111844. OLE color: 3111844.

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

Color convert

RGB 164 123 47 -
CMYK 0 0.25 0.71 0.36
HSL 38.97º 0.55% 0.41% -
HSV(B) 38.97º 0.71% 0.64% -
XYZ 22.91 22.26 5.78 -
YUV 126.6 83.08 154.68 -
System Red Green Blue C M Y K H S L
Decimal 164 123 47 0 0.25 0.71 0.36 38.97 0.55 0.41
Hex A4 7B 2F 0 19 47 24 27 37 29
Octal 244 173 57 0 31 107 44 47 67 51
Binary 10100100 1111011 101111 0 11001 1000111 100100 100111 110111 101001

Color Harmonies of #A47B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47B2F

Black with #A47B2F

Text Example


Text Example

White with #A47B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47B2F; }

 p { color: rgb(164,123,47); }

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

background-color css

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

 a { background-color: rgb(164,123,47); }

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

border-color css

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

 span { border-color: rgb(164,123,47); }

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