Html Css Color HEX #A86A65 Coral Tree

📋 copy color: '#A86A65'

red 168 ◦ green 106 ◦ blue 101

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

Shades of Coral Tree #A86A65

Tints of Coral Tree #A86A65

RGB

 RED value IS 168 (66.02% from 255) = 44.8%

 GREEN value IS 106 (41.8% from 255) = 28.27%

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

R = 44.8%
G = 28.27%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#A86A65 (or 0xA86A65) is known color: Coral Tree. HEX triplet: A8, 6A and 65. RGB value is (168,106,101). Sum of RGB (Red+Green+Blue) = 168+106+101=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 168 - color contains mainly: red. Hex color #A86A65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86A65 is #57959A. Grayscale: #7C7C7C. Windows color (decimal): -5739931 or 6646440. OLE color: 6646440.

HSL color Cylindrical-coordinate representation of color #A86A65: hue angle of 4.48º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A86A65 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 106 101 -
CMYK 0 0.37 0.40 0.34
HSL 4.48º 0.28% 0.53% -
HSV(B) 4.48º 0.4% 0.66% -
XYZ 23.65 19.57 14.84 -
YUV 123.97 115.04 159.41 -
System Red Green Blue C M Y K H S L
Decimal 168 106 101 0 0.37 0.40 0.34 4.48 0.28 0.53
Hex A8 6A 65 0 25 28 22 4 1C 35
Octal 250 152 145 0 45 50 42 4 34 65
Binary 10101000 1101010 1100101 0 100101 101000 100010 100 11100 110101

Color Harmonies of #A86A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86A65

Black with #A86A65

Text Example


Text Example

White with #A86A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86A65; }

 p { color: rgb(168,106,101); }

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

background-color css

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

 a { background-color: rgb(168,106,101); }

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

border-color css

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

 span { border-color: rgb(168,106,101); }

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