Html Css Color HEX #A8645E Coral Tree

📋 copy color: '#A8645E'

red 168 ◦ green 100 ◦ blue 94

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

Shades of Coral Tree #A8645E

Tints of Coral Tree #A8645E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.62%

 BLUE value IS 94 (37.11% from 255) = 25.97%

R = 46.41%
G = 27.62%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.44

 K value IS 0.34

RGB Variations

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

Color information

#A8645E (or 0xA8645E) is known color: Coral Tree. HEX triplet: A8, 64 and 5E. RGB value is (168,100,94). Sum of RGB (Red+Green+Blue) = 168+100+94=362 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.41% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 168 - color contains mainly: red. Hex color #A8645E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8645E is #579BA1. Grayscale: #777777. Windows color (decimal): -5741474 or 6186152. OLE color: 6186152.

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

Color convert

RGB 168 100 94 -
CMYK 0 0.40 0.44 0.34
HSL 4.86º 0.3% 0.51% -
HSV(B) 4.86º 0.44% 0.66% -
XYZ 22.73 18.25 12.91 -
YUV 119.65 113.53 162.49 -
System Red Green Blue C M Y K H S L
Decimal 168 100 94 0 0.40 0.44 0.34 4.86 0.3 0.51
Hex A8 64 5E 0 28 2C 22 5 1E 33
Octal 250 144 136 0 50 54 42 5 36 63
Binary 10101000 1100100 1011110 0 101000 101100 100010 101 11110 110011

Color Harmonies of #A8645E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8645E

Black with #A8645E

Text Example


Text Example

White with #A8645E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8645E; }

 p { color: rgb(168,100,94); }

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

background-color css

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

 a { background-color: rgb(168,100,94); }

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

border-color css

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

 span { border-color: rgb(168,100,94); }

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