Html Css Color HEX #A86767 Coral Tree

📋 copy color: '#A86767'

red 168 ◦ green 103 ◦ blue 103

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

Shades of Coral Tree #A86767

Tints of Coral Tree #A86767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 27.54%

R = 44.92%
G = 27.54%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.34

RGB Variations

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

Color information

#A86767 (or 0xA86767) is known color: Coral Tree. HEX triplet: A8, 67 and 67. RGB value is (168,103,103). Sum of RGB (Red+Green+Blue) = 168+103+103=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 103 (40.62% from 255 or 27.54% from 374); Max value from RGB is 168 - color contains mainly: red. Hex color #A86767 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86767 is #579898. Grayscale: #7A7A7A. Windows color (decimal): -5740697 or 6776744. OLE color: 6776744.

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

Color convert

RGB 168 103 103 -
CMYK 0 0.39 0.39 0.34
HSL 0.27% 0.53% -
HSV(B) 0.39% 0.66% -
XYZ 23.45 19 15.26 -
YUV 122.44 117.03 160.5 -
System Red Green Blue C M Y K H S L
Decimal 168 103 103 0 0.39 0.39 0.34 0 0.27 0.53
Hex A8 67 67 0 27 27 22 0 1B 35
Octal 250 147 147 0 47 47 42 0 33 65
Binary 10101000 1100111 1100111 0 100111 100111 100010 0 11011 110101

Color Harmonies of #A86767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86767

Black with #A86767

Text Example


Text Example

White with #A86767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86767; }

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

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

background-color css

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

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

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

border-color css

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

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

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