Html Css Color HEX #A76868 Coral Tree

📋 copy color: '#A76868'

red 167 ◦ green 104 ◦ blue 104

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

Shades of Coral Tree #A76868

Tints of Coral Tree #A76868

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.73%

 BLUE value IS 104 (41.02% from 255) = 27.73%

R = 44.53%
G = 27.73%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A76868 (or 0xA76868) is known color: Coral Tree. HEX triplet: A7, 68 and 68. RGB value is (167,104,104). Sum of RGB (Red+Green+Blue) = 167+104+104=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 167 - color contains mainly: red. Hex color #A76868 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76868 is #589797. Grayscale: #7A7A7A. Windows color (decimal): -5805976 or 6842535. OLE color: 6842535.

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

Color convert

RGB 167 104 104 -
CMYK 0 0.38 0.38 0.35
HSL 0.26% 0.53% -
HSV(B) 0.38% 0.65% -
XYZ 23.39 19.12 15.55 -
YUV 122.84 117.37 159.5 -
System Red Green Blue C M Y K H S L
Decimal 167 104 104 0 0.38 0.38 0.35 0 0.26 0.53
Hex A7 68 68 0 26 26 23 0 1A 35
Octal 247 150 150 0 46 46 43 0 32 65
Binary 10100111 1101000 1101000 0 100110 100110 100011 0 11010 110101

Color Harmonies of #A76868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76868

Black with #A76868

Text Example


Text Example

White with #A76868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76868; }

 p { color: rgb(167,104,104); }

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

background-color css

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

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

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

border-color css

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

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

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