Html Css Color HEX #A8726D Coral Tree

📋 copy color: '#A8726D'

red 168 ◦ green 114 ◦ blue 109

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

Shades of Coral Tree #A8726D

Tints of Coral Tree #A8726D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.16%

 BLUE value IS 109 (42.97% from 255) = 27.88%

R = 42.97%
G = 29.16%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.34

RGB Variations

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

Color information

#A8726D (or 0xA8726D) is known color: Coral Tree. HEX triplet: A8, 72 and 6D. RGB value is (168,114,109). Sum of RGB (Red+Green+Blue) = 168+114+109=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 109 (42.97% from 255 or 27.88% from 391); Max value from RGB is 168 - color contains mainly: red. Hex color #A8726D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8726D is #578D92. Grayscale: #818181. Windows color (decimal): -5737875 or 7172776. OLE color: 7172776.

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

Color convert

RGB 168 114 109 -
CMYK 0 0.32 0.35 0.34
HSL 5.08º 0.25% 0.54% -
HSV(B) 5.08º 0.35% 0.66% -
XYZ 24.93 21.46 17.3 -
YUV 129.58 116.39 155.41 -
System Red Green Blue C M Y K H S L
Decimal 168 114 109 0 0.32 0.35 0.34 5.08 0.25 0.54
Hex A8 72 6D 0 20 23 22 5 19 36
Octal 250 162 155 0 40 43 42 5 31 66
Binary 10101000 1110010 1101101 0 100000 100011 100010 101 11001 110110

Color Harmonies of #A8726D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8726D

Black with #A8726D

Text Example


Text Example

White with #A8726D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8726D; }

 p { color: rgb(168,114,109); }

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

background-color css

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

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

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

border-color css

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

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

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