Html Css Color HEX #A6746A Coral Tree

📋 copy color: '#A6746A'

red 166 ◦ green 116 ◦ blue 106

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

Shades of Coral Tree #A6746A

Tints of Coral Tree #A6746A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.9%

 BLUE value IS 106 (41.8% from 255) = 27.32%

R = 42.78%
G = 29.9%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A6746A (or 0xA6746A) is known color: Coral Tree. HEX triplet: A6, 74 and 6A. RGB value is (166,116,106). Sum of RGB (Red+Green+Blue) = 166+116+106=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 106 (41.80% from 255 or 27.32% from 388); Max value from RGB is 166 - color contains mainly: red. Hex color #A6746A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6746A is #598B95. Grayscale: #818181. Windows color (decimal): -5868438 or 6976678. OLE color: 6976678.

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

Color convert

RGB 166 116 106 -
CMYK 0 0.30 0.36 0.35
HSL 10º 0.25% 0.53% -
HSV(B) 10º 0.36% 0.65% -
XYZ 24.57 21.64 16.52 -
YUV 129.81 114.57 153.81 -
System Red Green Blue C M Y K H S L
Decimal 166 116 106 0 0.30 0.36 0.35 10 0.25 0.53
Hex A6 74 6A 0 1E 24 23 A 19 35
Octal 246 164 152 0 36 44 43 12 31 65
Binary 10100110 1110100 1101010 0 11110 100100 100011 1010 11001 110101

Color Harmonies of #A6746A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6746A

Black with #A6746A

Text Example


Text Example

White with #A6746A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6746A; }

 p { color: rgb(166,116,106); }

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

background-color css

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

 a { background-color: rgb(166,116,106); }

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

border-color css

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

 span { border-color: rgb(166,116,106); }

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