Html Css Color HEX #A66963 Coral Tree

📋 copy color: '#A66963'

red 166 ◦ green 105 ◦ blue 99

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

Shades of Coral Tree #A66963

Tints of Coral Tree #A66963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 26.76%

R = 44.86%
G = 28.38%
B = 26.76%

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

#A66963 (or 0xA66963) is known color: Coral Tree. HEX triplet: A6, 69 and 63. RGB value is (166,105,99). Sum of RGB (Red+Green+Blue) = 166+105+99=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 166 - color contains mainly: red. Hex color #A66963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66963 is #59969C. Grayscale: #7A7A7A. Windows color (decimal): -5871261 or 6515110. OLE color: 6515110.

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

Color convert

RGB 166 105 99 -
CMYK 0 0.37 0.40 0.35
HSL 5.37º 0.27% 0.52% -
HSV(B) 5.37º 0.4% 0.65% -
XYZ 23.03 19.11 14.28 -
YUV 122.56 114.71 158.99 -
System Red Green Blue C M Y K H S L
Decimal 166 105 99 0 0.37 0.40 0.35 5.37 0.27 0.52
Hex A6 69 63 0 25 28 23 5 1B 34
Octal 246 151 143 0 45 50 43 5 33 64
Binary 10100110 1101001 1100011 0 100101 101000 100011 101 11011 110100

Color Harmonies of #A66963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66963

Black with #A66963

Text Example


Text Example

White with #A66963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66963; }

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

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

background-color css

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

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

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

border-color css

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

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

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