Html Css Color HEX #A86763 Coral Tree

📋 copy color: '#A86763'

red 168 ◦ green 103 ◦ blue 99

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

Shades of Coral Tree #A86763

Tints of Coral Tree #A86763

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.84%

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

R = 45.41%
G = 27.84%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#A86763 (or 0xA86763) is known color: Coral Tree. HEX triplet: A8, 67 and 63. RGB value is (168,103,99). Sum of RGB (Red+Green+Blue) = 168+103+99=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 168 - color contains mainly: red. Hex color #A86763 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86763 is #57989C. Grayscale: #7A7A7A. Windows color (decimal): -5740701 or 6514600. OLE color: 6514600.

HSL color Cylindrical-coordinate representation of color #A86763: hue angle of 3.48º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A86763 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 103 99 -
CMYK 0 0.39 0.41 0.34
HSL 3.48º 0.28% 0.52% -
HSV(B) 3.48º 0.41% 0.66% -
XYZ 23.25 18.93 14.23 -
YUV 121.98 115.03 160.83 -
System Red Green Blue C M Y K H S L
Decimal 168 103 99 0 0.39 0.41 0.34 3.48 0.28 0.52
Hex A8 67 63 0 27 29 22 3 1C 34
Octal 250 147 143 0 47 51 42 3 34 64
Binary 10101000 1100111 1100011 0 100111 101001 100010 11 11100 110100

Color Harmonies of #A86763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86763

Black with #A86763

Text Example


Text Example

White with #A86763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86763; }

 p { color: rgb(168,103,99); }

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

background-color css

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

 a { background-color: rgb(168,103,99); }

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

border-color css

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

 span { border-color: rgb(168,103,99); }

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