Html Css Color HEX #A8756F Coral Tree

📋 copy color: '#A8756F'

red 168 ◦ green 117 ◦ blue 111

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

Shades of Coral Tree #A8756F

Tints of Coral Tree #A8756F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.55%

 BLUE value IS 111 (43.75% from 255) = 28.03%

R = 42.42%
G = 29.55%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.34

RGB Variations

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

Color information

#A8756F (or 0xA8756F) is known color: Coral Tree. HEX triplet: A8, 75 and 6F. RGB value is (168,117,111). Sum of RGB (Red+Green+Blue) = 168+117+111=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 111 (43.75% from 255 or 28.03% from 396); Max value from RGB is 168 - color contains mainly: red. Hex color #A8756F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8756F is #578A90. Grayscale: #838383. Windows color (decimal): -5737105 or 7304616. OLE color: 7304616.

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

Color convert

RGB 168 117 111 -
CMYK 0 0.30 0.34 0.34
HSL 6.32º 0.25% 0.55% -
HSV(B) 6.32º 0.34% 0.66% -
XYZ 25.38 22.2 17.99 -
YUV 131.57 116.4 153.99 -
System Red Green Blue C M Y K H S L
Decimal 168 117 111 0 0.30 0.34 0.34 6.32 0.25 0.55
Hex A8 75 6F 0 1E 22 22 6 19 37
Octal 250 165 157 0 36 42 42 6 31 67
Binary 10101000 1110101 1101111 0 11110 100010 100010 110 11001 110111

Color Harmonies of #A8756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8756F

Black with #A8756F

Text Example


Text Example

White with #A8756F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8756F; }

 p { color: rgb(168,117,111); }

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

background-color css

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

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

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

border-color css

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

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

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