Html Css Color HEX #A6775D Toast

📋 copy color: '#A6775D'

red 166 ◦ green 119 ◦ blue 93

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

Shades of Toast #A6775D

Tints of Toast #A6775D

RGB

 RED value IS 166 (65.23% from 255) = 43.92%

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

 BLUE value IS 93 (36.72% from 255) = 24.6%

R = 43.92%
G = 31.48%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A6775D (or 0xA6775D) is known color: Toast. HEX triplet: A6, 77 and 5D. RGB value is (166,119,93). Sum of RGB (Red+Green+Blue) = 166+119+93=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 166 - color contains mainly: red. Hex color #A6775D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6775D is #5988A2. Grayscale: #828282. Windows color (decimal): -5867683 or 6125478. OLE color: 6125478.

HSL color Cylindrical-coordinate representation of color #A6775D: hue angle of 21.37º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A6775D is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 119 93 -
CMYK 0 0.28 0.44 0.35
HSL 21.37º 0.29% 0.51% -
HSV(B) 21.37º 0.44% 0.65% -
XYZ 24.3 22.09 13.34 -
YUV 130.09 107.07 153.61 -
System Red Green Blue C M Y K H S L
Decimal 166 119 93 0 0.28 0.44 0.35 21.37 0.29 0.51
Hex A6 77 5D 0 1C 2C 23 15 1D 33
Octal 246 167 135 0 34 54 43 25 35 63
Binary 10100110 1110111 1011101 0 11100 101100 100011 10101 11101 110011

Color Harmonies of #A6775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6775D

Black with #A6775D

Text Example


Text Example

White with #A6775D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6775D; }

 p { color: rgb(166,119,93); }

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

background-color css

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

 a { background-color: rgb(166,119,93); }

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

border-color css

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

 span { border-color: rgb(166,119,93); }

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