Html Css Color HEX #A47461 Toast

📋 copy color: '#A47461'

red 164 ◦ green 116 ◦ blue 97

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

Shades of Toast #A47461

Tints of Toast #A47461

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.77%

 BLUE value IS 97 (38.28% from 255) = 25.73%

R = 43.5%
G = 30.77%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A47461 (or 0xA47461) is known color: Toast. HEX triplet: A4, 74 and 61. RGB value is (164,116,97). Sum of RGB (Red+Green+Blue) = 164+116+97=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 97 (38.28% from 255 or 25.73% from 377); Max value from RGB is 164 - color contains mainly: red. Hex color #A47461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47461 is #5B8B9E. Grayscale: #808080. Windows color (decimal): -5999519 or 6386852. OLE color: 6386852.

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

Color convert

RGB 164 116 97 -
CMYK 0 0.29 0.41 0.36
HSL 17.01º 0.27% 0.51% -
HSV(B) 17.01º 0.41% 0.64% -
XYZ 23.71 21.25 14.16 -
YUV 128.19 110.4 153.54 -
System Red Green Blue C M Y K H S L
Decimal 164 116 97 0 0.29 0.41 0.36 17.01 0.27 0.51
Hex A4 74 61 0 1D 29 24 11 1B 33
Octal 244 164 141 0 35 51 44 21 33 63
Binary 10100100 1110100 1100001 0 11101 101001 100100 10001 11011 110011

Color Harmonies of #A47461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47461

Black with #A47461

Text Example


Text Example

White with #A47461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47461; }

 p { color: rgb(164,116,97); }

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

background-color css

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

 a { background-color: rgb(164,116,97); }

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

border-color css

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

 span { border-color: rgb(164,116,97); }

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