Html Css Color HEX #A86F6B Coral Tree

📋 copy color: '#A86F6B'

red 168 ◦ green 111 ◦ blue 107

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

Shades of Coral Tree #A86F6B

Tints of Coral Tree #A86F6B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.76%

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

R = 43.52%
G = 28.76%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A86F6B (or 0xA86F6B) is known color: Coral Tree. HEX triplet: A8, 6F and 6B. RGB value is (168,111,107). Sum of RGB (Red+Green+Blue) = 168+111+107=386 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.52% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 107 (42.19% from 255 or 27.72% from 386); Max value from RGB is 168 - color contains mainly: red. Hex color #A86F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86F6B is #579094. Grayscale: #7F7F7F. Windows color (decimal): -5738645 or 7040936. OLE color: 7040936.

HSL color Cylindrical-coordinate representation of color #A86F6B: hue angle of 3.93º 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 #A86F6B is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 111 107 -
CMYK 0 0.34 0.36 0.34
HSL 3.93º 0.26% 0.54% -
HSV(B) 3.93º 0.36% 0.66% -
XYZ 24.49 20.76 16.63 -
YUV 127.59 116.38 156.83 -
System Red Green Blue C M Y K H S L
Decimal 168 111 107 0 0.34 0.36 0.34 3.93 0.26 0.54
Hex A8 6F 6B 0 22 24 22 4 1A 36
Octal 250 157 153 0 42 44 42 4 32 66
Binary 10101000 1101111 1101011 0 100010 100100 100010 100 11010 110110

Color Harmonies of #A86F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86F6B

Black with #A86F6B

Text Example


Text Example

White with #A86F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86F6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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