Html Css Color HEX #A47768 Toast

📋 copy color: '#A47768'

red 164 ◦ green 119 ◦ blue 104

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

Shades of Toast #A47768

Tints of Toast #A47768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.87%

R = 42.38%
G = 30.75%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A47768 (or 0xA47768) is known color: Toast. HEX triplet: A4, 77 and 68. RGB value is (164,119,104). Sum of RGB (Red+Green+Blue) = 164+119+104=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 104 (41.02% from 255 or 26.87% from 387); Max value from RGB is 164 - color contains mainly: red. Hex color #A47768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47768 is #5B8897. Grayscale: #828282. Windows color (decimal): -5998744 or 6846372. OLE color: 6846372.

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

Color convert

RGB 164 119 104 -
CMYK 0 0.27 0.37 0.36
HSL 15º 0.25% 0.53% -
HSV(B) 15º 0.37% 0.64% -
XYZ 24.41 22.09 16.07 -
YUV 130.75 112.91 151.72 -
System Red Green Blue C M Y K H S L
Decimal 164 119 104 0 0.27 0.37 0.36 15 0.25 0.53
Hex A4 77 68 0 1B 25 24 F 19 35
Octal 244 167 150 0 33 45 44 17 31 65
Binary 10100100 1110111 1101000 0 11011 100101 100100 1111 11001 110101

Color Harmonies of #A47768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47768

Black with #A47768

Text Example


Text Example

White with #A47768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47768; }

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

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

background-color css

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

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

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

border-color css

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

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

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