Html Css Color HEX #A66865 Coral Tree

📋 copy color: '#A66865'

red 166 ◦ green 104 ◦ blue 101

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

Shades of Coral Tree #A66865

Tints of Coral Tree #A66865

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.03%

 BLUE value IS 101 (39.84% from 255) = 27.22%

R = 44.74%
G = 28.03%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A66865 (or 0xA66865) is known color: Coral Tree. HEX triplet: A6, 68 and 65. RGB value is (166,104,101). Sum of RGB (Red+Green+Blue) = 166+104+101=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 166 - color contains mainly: red. Hex color #A66865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66865 is #59979A. Grayscale: #7A7A7A. Windows color (decimal): -5871515 or 6645926. OLE color: 6645926.

HSL color Cylindrical-coordinate representation of color #A66865: hue angle of 2.77º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A66865 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 104 101 -
CMYK 0 0.37 0.39 0.35
HSL 2.77º 0.27% 0.52% -
HSV(B) 2.77º 0.39% 0.65% -
XYZ 23.03 18.95 14.76 -
YUV 122.2 116.04 159.24 -
System Red Green Blue C M Y K H S L
Decimal 166 104 101 0 0.37 0.39 0.35 2.77 0.27 0.52
Hex A6 68 65 0 25 27 23 3 1B 34
Octal 246 150 145 0 45 47 43 3 33 64
Binary 10100110 1101000 1100101 0 100101 100111 100011 11 11011 110100

Color Harmonies of #A66865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66865

Black with #A66865

Text Example


Text Example

White with #A66865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66865; }

 p { color: rgb(166,104,101); }

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

background-color css

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

 a { background-color: rgb(166,104,101); }

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

border-color css

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

 span { border-color: rgb(166,104,101); }

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