Html Css Color HEX #A6755A Toast

📋 copy color: '#A6755A'

red 166 ◦ green 117 ◦ blue 90

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

Shades of Toast #A6755A

Tints of Toast #A6755A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.13%

R = 44.5%
G = 31.37%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A6755A (or 0xA6755A) is known color: Toast. HEX triplet: A6, 75 and 5A. RGB value is (166,117,90). Sum of RGB (Red+Green+Blue) = 166+117+90=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 90 (35.55% from 255 or 24.13% from 373); Max value from RGB is 166 - color contains mainly: red. Hex color #A6755A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6755A is #598AA5. Grayscale: #808080. Windows color (decimal): -5868198 or 5928358. OLE color: 5928358.

HSL color Cylindrical-coordinate representation of color #A6755A: hue angle of 21.32º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A6755A is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 117 90 -
CMYK 0 0.30 0.46 0.35
HSL 21.32º 0.3% 0.5% -
HSV(B) 21.32º 0.46% 0.65% -
XYZ 23.93 21.57 12.57 -
YUV 128.57 106.23 154.7 -
System Red Green Blue C M Y K H S L
Decimal 166 117 90 0 0.30 0.46 0.35 21.32 0.3 0.5
Hex A6 75 5A 0 1E 2E 23 15 1E 32
Octal 246 165 132 0 36 56 43 25 36 62
Binary 10100110 1110101 1011010 0 11110 101110 100011 10101 11110 110010

Color Harmonies of #A6755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6755A

Black with #A6755A

Text Example


Text Example

White with #A6755A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6755A; }

 p { color: rgb(166,117,90); }

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

background-color css

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

 a { background-color: rgb(166,117,90); }

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

border-color css

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

 span { border-color: rgb(166,117,90); }

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