Html Css Color HEX #A8756A Coral Tree

📋 copy color: '#A8756A'

red 168 ◦ green 117 ◦ blue 106

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

Shades of Coral Tree #A8756A

Tints of Coral Tree #A8756A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.11%

R = 42.97%
G = 29.92%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.37

 K value IS 0.34

RGB Variations

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

Color information

#A8756A (or 0xA8756A) is known color: Coral Tree. HEX triplet: A8, 75 and 6A. RGB value is (168,117,106). Sum of RGB (Red+Green+Blue) = 168+117+106=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 106 (41.80% from 255 or 27.11% from 391); Max value from RGB is 168 - color contains mainly: red. Hex color #A8756A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8756A is #578A95. Grayscale: #838383. Windows color (decimal): -5737110 or 6976936. OLE color: 6976936.

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

Color convert

RGB 168 117 106 -
CMYK 0 0.30 0.37 0.34
HSL 10.65º 0.26% 0.54% -
HSV(B) 10.65º 0.37% 0.66% -
XYZ 25.11 22.09 16.58 -
YUV 131 113.9 154.39 -
System Red Green Blue C M Y K H S L
Decimal 168 117 106 0 0.30 0.37 0.34 10.65 0.26 0.54
Hex A8 75 6A 0 1E 25 22 B 1A 36
Octal 250 165 152 0 36 45 42 13 32 66
Binary 10101000 1110101 1101010 0 11110 100101 100010 1011 11010 110110

Color Harmonies of #A8756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8756A

Black with #A8756A

Text Example


Text Example

White with #A8756A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8756A; }

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

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

background-color css

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

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

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

border-color css

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

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

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