Html Css Color HEX #A86D6B Coral Tree

📋 copy color: '#A86D6B'

red 168 ◦ green 109 ◦ blue 107

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

Shades of Coral Tree #A86D6B

Tints of Coral Tree #A86D6B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.39%

 BLUE value IS 107 (42.19% from 255) = 27.86%

R = 43.75%
G = 28.39%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A86D6B (or 0xA86D6B) is known color: Coral Tree. HEX triplet: A8, 6D and 6B. RGB value is (168,109,107). Sum of RGB (Red+Green+Blue) = 168+109+107=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 107 (42.19% from 255 or 27.86% from 384); Max value from RGB is 168 - color contains mainly: red. Hex color #A86D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86D6B is #579294. Grayscale: #7E7E7E. Windows color (decimal): -5739157 or 7040424. OLE color: 7040424.

HSL color Cylindrical-coordinate representation of color #A86D6B: hue angle of 1.97º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A86D6B is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 109 107 -
CMYK 0 0.35 0.36 0.34
HSL 1.97º 0.26% 0.54% -
HSV(B) 1.97º 0.36% 0.66% -
XYZ 24.27 20.32 16.55 -
YUV 126.41 117.05 157.66 -
System Red Green Blue C M Y K H S L
Decimal 168 109 107 0 0.35 0.36 0.34 1.97 0.26 0.54
Hex A8 6D 6B 0 23 24 22 2 1A 36
Octal 250 155 153 0 43 44 42 2 32 66
Binary 10101000 1101101 1101011 0 100011 100100 100010 10 11010 110110

Color Harmonies of #A86D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86D6B

Black with #A86D6B

Text Example


Text Example

White with #A86D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86D6B; }

 p { color: rgb(168,109,107); }

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

background-color css

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

 a { background-color: rgb(168,109,107); }

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

border-color css

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

 span { border-color: rgb(168,109,107); }

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