Html Css Color HEX #A5706E Coral Tree

📋 copy color: '#A5706E'

red 165 ◦ green 112 ◦ blue 110

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

Shades of Coral Tree #A5706E

Tints of Coral Tree #A5706E

RGB

 RED value IS 165 (64.84% from 255) = 42.64%

 GREEN value IS 112 (44.14% from 255) = 28.94%

 BLUE value IS 110 (43.36% from 255) = 28.42%

R = 42.64%
G = 28.94%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A5706E (or 0xA5706E) is known color: Coral Tree. HEX triplet: A5, 70 and 6E. RGB value is (165,112,110). Sum of RGB (Red+Green+Blue) = 165+112+110=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 110 (43.36% from 255 or 28.42% from 387); Max value from RGB is 165 - color contains mainly: red. Hex color #A5706E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5706E is #5A8F91. Grayscale: #7F7F7F. Windows color (decimal): -5934994 or 7237797. OLE color: 7237797.

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

Color convert

RGB 165 112 110 -
CMYK 0 0.32 0.33 0.35
HSL 2.18º 0.23% 0.54% -
HSV(B) 2.18º 0.33% 0.65% -
XYZ 24.13 20.71 17.48 -
YUV 127.62 118.06 154.66 -
System Red Green Blue C M Y K H S L
Decimal 165 112 110 0 0.32 0.33 0.35 2.18 0.23 0.54
Hex A5 70 6E 0 20 21 23 2 17 36
Octal 245 160 156 0 40 41 43 2 27 66
Binary 10100101 1110000 1101110 0 100000 100001 100011 10 10111 110110

Color Harmonies of #A5706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5706E

Black with #A5706E

Text Example


Text Example

White with #A5706E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5706E; }

 p { color: rgb(165,112,110); }

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

background-color css

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

 a { background-color: rgb(165,112,110); }

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

border-color css

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

 span { border-color: rgb(165,112,110); }

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