Html Css Color HEX #A8625D Coral Tree

📋 copy color: '#A8625D'

red 168 ◦ green 98 ◦ blue 93

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

Shades of Coral Tree #A8625D

Tints of Coral Tree #A8625D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.91%

R = 46.8%
G = 27.3%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A8625D (or 0xA8625D) is known color: Coral Tree. HEX triplet: A8, 62 and 5D. RGB value is (168,98,93). Sum of RGB (Red+Green+Blue) = 168+98+93=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 168 - color contains mainly: red. Hex color #A8625D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8625D is #579DA2. Grayscale: #767676. Windows color (decimal): -5741987 or 6120104. OLE color: 6120104.

HSL color Cylindrical-coordinate representation of color #A8625D: hue angle of 4º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A8625D is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 98 93 -
CMYK 0 0.42 0.45 0.34
HSL 0.3% 0.51% -
HSV(B) 0.45% 0.66% -
XYZ 22.49 17.85 12.62 -
YUV 118.36 113.69 163.41 -
System Red Green Blue C M Y K H S L
Decimal 168 98 93 0 0.42 0.45 0.34 4 0.3 0.51
Hex A8 62 5D 0 2A 2D 22 4 1E 33
Octal 250 142 135 0 52 55 42 4 36 63
Binary 10101000 1100010 1011101 0 101010 101101 100010 100 11110 110011

Color Harmonies of #A8625D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8625D

Black with #A8625D

Text Example


Text Example

White with #A8625D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8625D; }

 p { color: rgb(168,98,93); }

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

background-color css

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

 a { background-color: rgb(168,98,93); }

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

border-color css

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

 span { border-color: rgb(168,98,93); }

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