Html Css Color HEX #A87068 Coral Tree

📋 copy color: '#A87068'

red 168 ◦ green 112 ◦ blue 104

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

Shades of Coral Tree #A87068

Tints of Coral Tree #A87068

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.17%

 BLUE value IS 104 (41.02% from 255) = 27.08%

R = 43.75%
G = 29.17%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.34

RGB Variations

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

Color information

#A87068 (or 0xA87068) is known color: Coral Tree. HEX triplet: A8, 70 and 68. RGB value is (168,112,104). Sum of RGB (Red+Green+Blue) = 168+112+104=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 104 (41.02% from 255 or 27.08% from 384); Max value from RGB is 168 - color contains mainly: red. Hex color #A87068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87068 is #578F97. Grayscale: #7F7F7F. Windows color (decimal): -5738392 or 6844584. OLE color: 6844584.

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

Color convert

RGB 168 112 104 -
CMYK 0 0.33 0.38 0.34
HSL 7.5º 0.27% 0.53% -
HSV(B) 7.5º 0.38% 0.66% -
XYZ 24.44 20.91 15.85 -
YUV 127.83 114.55 156.65 -
System Red Green Blue C M Y K H S L
Decimal 168 112 104 0 0.33 0.38 0.34 7.5 0.27 0.53
Hex A8 70 68 0 21 26 22 8 1B 35
Octal 250 160 150 0 41 46 42 10 33 65
Binary 10101000 1110000 1101000 0 100001 100110 100010 1000 11011 110101

Color Harmonies of #A87068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87068

Black with #A87068

Text Example


Text Example

White with #A87068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87068; }

 p { color: rgb(168,112,104); }

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

background-color css

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

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

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

border-color css

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

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

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