Html Css Color HEX #A86F6A Coral Tree

📋 copy color: '#A86F6A'

red 168 ◦ green 111 ◦ blue 106

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

Shades of Coral Tree #A86F6A

Tints of Coral Tree #A86F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.53%

R = 43.64%
G = 28.83%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.37

 K value IS 0.34

RGB Variations

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

Color information

#A86F6A (or 0xA86F6A) is known color: Coral Tree. HEX triplet: A8, 6F and 6A. RGB value is (168,111,106). Sum of RGB (Red+Green+Blue) = 168+111+106=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 111 (43.75% from 255 or 28.83% from 385); Blue value is 106 (41.80% from 255 or 27.53% from 385); Max value from RGB is 168 - color contains mainly: red. Hex color #A86F6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86F6A is #579095. Grayscale: #7F7F7F. Windows color (decimal): -5738646 or 6975400. OLE color: 6975400.

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

Color convert

RGB 168 111 106 -
CMYK 0 0.34 0.37 0.34
HSL 4.84º 0.26% 0.54% -
HSV(B) 4.84º 0.37% 0.66% -
XYZ 24.43 20.73 16.35 -
YUV 127.47 115.88 156.91 -
System Red Green Blue C M Y K H S L
Decimal 168 111 106 0 0.34 0.37 0.34 4.84 0.26 0.54
Hex A8 6F 6A 0 22 25 22 5 1A 36
Octal 250 157 152 0 42 45 42 5 32 66
Binary 10101000 1101111 1101010 0 100010 100101 100010 101 11010 110110

Color Harmonies of #A86F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86F6A

Black with #A86F6A

Text Example


Text Example

White with #A86F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86F6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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