Html Css Color HEX #A6735A Toast

📋 copy color: '#A6735A'

red 166 ◦ green 115 ◦ blue 90

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

Shades of Toast #A6735A

Tints of Toast #A6735A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31%

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

R = 44.74%
G = 31%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A6735A (or 0xA6735A) is known color: Toast. HEX triplet: A6, 73 and 5A. RGB value is (166,115,90). Sum of RGB (Red+Green+Blue) = 166+115+90=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 166 - color contains mainly: red. Hex color #A6735A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6735A is #598CA5. Grayscale: #7F7F7F. Windows color (decimal): -5868710 or 5927846. OLE color: 5927846.

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

Color convert

RGB 166 115 90 -
CMYK 0 0.31 0.46 0.35
HSL 19.74º 0.3% 0.5% -
HSV(B) 19.74º 0.46% 0.65% -
XYZ 23.7 21.11 12.5 -
YUV 127.4 106.9 155.53 -
System Red Green Blue C M Y K H S L
Decimal 166 115 90 0 0.31 0.46 0.35 19.74 0.3 0.5
Hex A6 73 5A 0 1F 2E 23 14 1E 32
Octal 246 163 132 0 37 56 43 24 36 62
Binary 10100110 1110011 1011010 0 11111 101110 100011 10100 11110 110010

Color Harmonies of #A6735A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6735A

Black with #A6735A

Text Example


Text Example

White with #A6735A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6735A; }

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

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

background-color css

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

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

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

border-color css

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

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

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