Html Css Color HEX #A6635F Coral Tree

📋 copy color: '#A6635F'

red 166 ◦ green 99 ◦ blue 95

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

Shades of Coral Tree #A6635F

Tints of Coral Tree #A6635F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.5%

 BLUE value IS 95 (37.5% from 255) = 26.39%

R = 46.11%
G = 27.5%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A6635F (or 0xA6635F) is known color: Coral Tree. HEX triplet: A6, 63 and 5F. RGB value is (166,99,95). Sum of RGB (Red+Green+Blue) = 166+99+95=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 95 (37.5% from 255 or 26.39% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A6635F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6635F is #599CA0. Grayscale: #767676. Windows color (decimal): -5872801 or 6251430. OLE color: 6251430.

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

Color convert

RGB 166 99 95 -
CMYK 0 0.40 0.43 0.35
HSL 3.38º 0.29% 0.51% -
HSV(B) 3.38º 0.43% 0.65% -
XYZ 22.25 17.86 13.1 -
YUV 118.58 114.7 161.83 -
System Red Green Blue C M Y K H S L
Decimal 166 99 95 0 0.40 0.43 0.35 3.38 0.29 0.51
Hex A6 63 5F 0 28 2B 23 3 1D 33
Octal 246 143 137 0 50 53 43 3 35 63
Binary 10100110 1100011 1011111 0 101000 101011 100011 11 11101 110011

Color Harmonies of #A6635F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6635F

Black with #A6635F

Text Example


Text Example

White with #A6635F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6635F; }

 p { color: rgb(166,99,95); }

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

background-color css

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

 a { background-color: rgb(166,99,95); }

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

border-color css

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

 span { border-color: rgb(166,99,95); }

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