Html Css Color HEX #A8766E Coral Tree

📋 copy color: '#A8766E'

red 168 ◦ green 118 ◦ blue 110

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

Shades of Coral Tree #A8766E

Tints of Coral Tree #A8766E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.8%

 BLUE value IS 110 (43.36% from 255) = 27.78%

R = 42.42%
G = 29.8%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.34

RGB Variations

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

Color information

#A8766E (or 0xA8766E) is known color: Coral Tree. HEX triplet: A8, 76 and 6E. RGB value is (168,118,110). Sum of RGB (Red+Green+Blue) = 168+118+110=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 110 (43.36% from 255 or 27.78% from 396); Max value from RGB is 168 - color contains mainly: red. Hex color #A8766E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8766E is #578991. Grayscale: #848484. Windows color (decimal): -5736850 or 7239336. OLE color: 7239336.

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

Color convert

RGB 168 118 110 -
CMYK 0 0.30 0.35 0.34
HSL 8.28º 0.25% 0.55% -
HSV(B) 8.28º 0.35% 0.66% -
XYZ 25.44 22.41 17.74 -
YUV 132.04 115.57 153.65 -
System Red Green Blue C M Y K H S L
Decimal 168 118 110 0 0.30 0.35 0.34 8.28 0.25 0.55
Hex A8 76 6E 0 1E 23 22 8 19 37
Octal 250 166 156 0 36 43 42 10 31 67
Binary 10101000 1110110 1101110 0 11110 100011 100010 1000 11001 110111

Color Harmonies of #A8766E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8766E

Black with #A8766E

Text Example


Text Example

White with #A8766E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8766E; }

 p { color: rgb(168,118,110); }

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

background-color css

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

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

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

border-color css

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

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

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