Html Css Color HEX #A47F33 Hot Toddy

📋 copy color: '#A47F33'

red 164 ◦ green 127 ◦ blue 51

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

Shades of Hot Toddy #A47F33

Tints of Hot Toddy #A47F33

RGB

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

 GREEN value IS 127 (50% from 255) = 37.13%

 BLUE value IS 51 (20.31% from 255) = 14.91%

R = 47.95%
G = 37.13%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A47F33 (or 0xA47F33) is known color: Hot Toddy. HEX triplet: A4, 7F and 33. RGB value is (164,127,51). Sum of RGB (Red+Green+Blue) = 164+127+51=342 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.95% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 51 (20.31% from 255 or 14.91% from 342); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47F33 is #5B80CC. Grayscale: #818181. Windows color (decimal): -5996749 or 3375012. OLE color: 3375012.

HSL color Cylindrical-coordinate representation of color #A47F33: hue angle of 40.35º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A47F33 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 127 51 -
CMYK 0 0.23 0.69 0.36
HSL 40.35º 0.53% 0.42% -
HSV(B) 40.35º 0.69% 0.64% -
XYZ 23.5 23.31 6.39 -
YUV 129.4 83.76 152.68 -
System Red Green Blue C M Y K H S L
Decimal 164 127 51 0 0.23 0.69 0.36 40.35 0.53 0.42
Hex A4 7F 33 0 17 45 24 28 35 2A
Octal 244 177 63 0 27 105 44 50 65 52
Binary 10100100 1111111 110011 0 10111 1000101 100100 101000 110101 101010

Color Harmonies of #A47F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47F33

Black with #A47F33

Text Example


Text Example

White with #A47F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47F33; }

 p { color: rgb(164,127,51); }

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

background-color css

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

 a { background-color: rgb(164,127,51); }

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

border-color css

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

 span { border-color: rgb(164,127,51); }

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