Html Css Color HEX #A66965 Coral Tree

📋 copy color: '#A66965'

red 166 ◦ green 105 ◦ blue 101

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

Shades of Coral Tree #A66965

Tints of Coral Tree #A66965

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.23%

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

R = 44.62%
G = 28.23%
B = 27.15%

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

#A66965 (or 0xA66965) is known color: Coral Tree. HEX triplet: A6, 69 and 65. RGB value is (166,105,101). Sum of RGB (Red+Green+Blue) = 166+105+101=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 166 - color contains mainly: red. Hex color #A66965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66965 is #59969A. Grayscale: #7A7A7A. Windows color (decimal): -5871259 or 6646182. OLE color: 6646182.

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

Color convert

RGB 166 105 101 -
CMYK 0 0.37 0.39 0.35
HSL 3.69º 0.27% 0.52% -
HSV(B) 3.69º 0.39% 0.65% -
XYZ 23.13 19.15 14.79 -
YUV 122.78 115.71 158.83 -
System Red Green Blue C M Y K H S L
Decimal 166 105 101 0 0.37 0.39 0.35 3.69 0.27 0.52
Hex A6 69 65 0 25 27 23 4 1B 34
Octal 246 151 145 0 45 47 43 4 33 64
Binary 10100110 1101001 1100101 0 100101 100111 100011 100 11011 110100

Color Harmonies of #A66965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66965

Black with #A66965

Text Example


Text Example

White with #A66965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66965; }

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

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

background-color css

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

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

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

border-color css

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

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

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