Html Css Color HEX #A47761 Toast

📋 copy color: '#A47761'

red 164 ◦ green 119 ◦ blue 97

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

Shades of Toast #A47761

Tints of Toast #A47761

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.32%

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

R = 43.16%
G = 31.32%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A47761 (or 0xA47761) is known color: Toast. HEX triplet: A4, 77 and 61. RGB value is (164,119,97). Sum of RGB (Red+Green+Blue) = 164+119+97=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 97 (38.28% from 255 or 25.53% from 380); Max value from RGB is 164 - color contains mainly: red. Hex color #A47761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47761 is #5B889E. Grayscale: #828282. Windows color (decimal): -5998751 or 6387620. OLE color: 6387620.

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

Color convert

RGB 164 119 97 -
CMYK 0 0.27 0.41 0.36
HSL 19.7º 0.27% 0.51% -
HSV(B) 19.7º 0.41% 0.64% -
XYZ 24.06 21.95 14.28 -
YUV 129.95 109.41 152.29 -
System Red Green Blue C M Y K H S L
Decimal 164 119 97 0 0.27 0.41 0.36 19.7 0.27 0.51
Hex A4 77 61 0 1B 29 24 14 1B 33
Octal 244 167 141 0 33 51 44 24 33 63
Binary 10100100 1110111 1100001 0 11011 101001 100100 10100 11011 110011

Color Harmonies of #A47761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47761

Black with #A47761

Text Example


Text Example

White with #A47761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47761; }

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

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

background-color css

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

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

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

border-color css

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

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

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