Html Css Color HEX #A66964 Coral Tree

📋 copy color: '#A66964'

red 166 ◦ green 105 ◦ blue 100

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

Shades of Coral Tree #A66964

Tints of Coral Tree #A66964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.95%

R = 44.74%
G = 28.3%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A66964 (or 0xA66964) is known color: Coral Tree. HEX triplet: A6, 69 and 64. RGB value is (166,105,100). Sum of RGB (Red+Green+Blue) = 166+105+100=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 166 - color contains mainly: red. Hex color #A66964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66964 is #59969B. Grayscale: #7A7A7A. Windows color (decimal): -5871260 or 6580646. OLE color: 6580646.

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

Color convert

RGB 166 105 100 -
CMYK 0 0.37 0.40 0.35
HSL 4.55º 0.27% 0.52% -
HSV(B) 4.55º 0.4% 0.65% -
XYZ 23.08 19.13 14.53 -
YUV 122.67 115.21 158.91 -
System Red Green Blue C M Y K H S L
Decimal 166 105 100 0 0.37 0.40 0.35 4.55 0.27 0.52
Hex A6 69 64 0 25 28 23 5 1B 34
Octal 246 151 144 0 45 50 43 5 33 64
Binary 10100110 1101001 1100100 0 100101 101000 100011 101 11011 110100

Color Harmonies of #A66964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66964

Black with #A66964

Text Example


Text Example

White with #A66964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66964; }

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

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

background-color css

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

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

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

border-color css

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

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

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