Html Css Color HEX #A76260 Coral Tree

📋 copy color: '#A76260'

red 167 ◦ green 98 ◦ blue 96

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

Shades of Coral Tree #A76260

Tints of Coral Tree #A76260

RGB

 RED value IS 167 (65.63% from 255) = 46.26%

 GREEN value IS 98 (38.67% from 255) = 27.15%

 BLUE value IS 96 (37.89% from 255) = 26.59%

R = 46.26%
G = 27.15%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A76260 (or 0xA76260) is known color: Coral Tree. HEX triplet: A7, 62 and 60. RGB value is (167,98,96). Sum of RGB (Red+Green+Blue) = 167+98+96=361 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.26% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 167 - color contains mainly: red. Hex color #A76260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76260 is #589D9F. Grayscale: #767676. Windows color (decimal): -5807520 or 6316711. OLE color: 6316711.

HSL color Cylindrical-coordinate representation of color #A76260: hue angle of 1.69º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A76260 is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 98 96 -
CMYK 0 0.41 0.43 0.35
HSL 1.69º 0.29% 0.52% -
HSV(B) 1.69º 0.43% 0.65% -
XYZ 22.42 17.8 13.32 -
YUV 118.4 115.36 162.66 -
System Red Green Blue C M Y K H S L
Decimal 167 98 96 0 0.41 0.43 0.35 1.69 0.29 0.52
Hex A7 62 60 0 29 2B 23 2 1D 34
Octal 247 142 140 0 51 53 43 2 35 64
Binary 10100111 1100010 1100000 0 101001 101011 100011 10 11101 110100

Color Harmonies of #A76260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76260

Black with #A76260

Text Example


Text Example

White with #A76260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76260; }

 p { color: rgb(167,98,96); }

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

background-color css

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

 a { background-color: rgb(167,98,96); }

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

border-color css

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

 span { border-color: rgb(167,98,96); }

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