Html Css Color HEX #A67059 Toast

📋 copy color: '#A67059'

red 166 ◦ green 112 ◦ blue 89

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

Shades of Toast #A67059

Tints of Toast #A67059

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.52%

 BLUE value IS 89 (35.16% from 255) = 24.25%

R = 45.23%
G = 30.52%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A67059 (or 0xA67059) is known color: Toast. HEX triplet: A6, 70 and 59. RGB value is (166,112,89). Sum of RGB (Red+Green+Blue) = 166+112+89=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 89 (35.16% from 255 or 24.25% from 367); Max value from RGB is 166 - color contains mainly: red. Hex color #A67059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67059 is #598FA6. Grayscale: #7D7D7D. Windows color (decimal): -5869479 or 5861542. OLE color: 5861542.

HSL color Cylindrical-coordinate representation of color #A67059: hue angle of 17.92º 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 #A67059 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 112 89 -
CMYK 0 0.33 0.46 0.35
HSL 17.92º 0.3% 0.5% -
HSV(B) 17.92º 0.46% 0.65% -
XYZ 23.32 20.42 12.16 -
YUV 125.52 107.39 156.87 -
System Red Green Blue C M Y K H S L
Decimal 166 112 89 0 0.33 0.46 0.35 17.92 0.3 0.5
Hex A6 70 59 0 21 2E 23 12 1E 32
Octal 246 160 131 0 41 56 43 22 36 62
Binary 10100110 1110000 1011001 0 100001 101110 100011 10010 11110 110010

Color Harmonies of #A67059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67059

Black with #A67059

Text Example


Text Example

White with #A67059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67059; }

 p { color: rgb(166,112,89); }

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

background-color css

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

 a { background-color: rgb(166,112,89); }

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

border-color css

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

 span { border-color: rgb(166,112,89); }

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