Html Css Color HEX #A47561 Toast

📋 copy color: '#A47561'

red 164 ◦ green 117 ◦ blue 97

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

Shades of Toast #A47561

Tints of Toast #A47561

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.95%

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

R = 43.39%
G = 30.95%
B = 25.66%

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

#A47561 (or 0xA47561) is known color: Toast. HEX triplet: A4, 75 and 61. RGB value is (164,117,97). Sum of RGB (Red+Green+Blue) = 164+117+97=378 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.39% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 97 (38.28% from 255 or 25.66% from 378); Max value from RGB is 164 - color contains mainly: red. Hex color #A47561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47561 is #5B8A9E. Grayscale: #808080. Windows color (decimal): -5999263 or 6387108. OLE color: 6387108.

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

Color convert

RGB 164 117 97 -
CMYK 0 0.29 0.41 0.36
HSL 17.91º 0.27% 0.51% -
HSV(B) 17.91º 0.41% 0.64% -
XYZ 23.83 21.48 14.2 -
YUV 128.77 110.07 153.13 -
System Red Green Blue C M Y K H S L
Decimal 164 117 97 0 0.29 0.41 0.36 17.91 0.27 0.51
Hex A4 75 61 0 1D 29 24 12 1B 33
Octal 244 165 141 0 35 51 44 22 33 63
Binary 10100100 1110101 1100001 0 11101 101001 100100 10010 11011 110011

Color Harmonies of #A47561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47561

Black with #A47561

Text Example


Text Example

White with #A47561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47561; }

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

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

background-color css

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

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

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

border-color css

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

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

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