Html Css Color HEX #A5706F Coral Tree

📋 copy color: '#A5706F'

red 165 ◦ green 112 ◦ blue 111

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

Shades of Coral Tree #A5706F

Tints of Coral Tree #A5706F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.61%

R = 42.53%
G = 28.87%
B = 28.61%

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

#A5706F (or 0xA5706F) is known color: Coral Tree. HEX triplet: A5, 70 and 6F. RGB value is (165,112,111). Sum of RGB (Red+Green+Blue) = 165+112+111=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 111 (43.75% from 255 or 28.61% from 388); Max value from RGB is 165 - color contains mainly: red. Hex color #A5706F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5706F is #5A8F90. Grayscale: #7F7F7F. Windows color (decimal): -5934993 or 7303333. OLE color: 7303333.

HSL color Cylindrical-coordinate representation of color #A5706F: hue angle of 1.11º 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 #A5706F is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 112 111 -
CMYK 0 0.32 0.33 0.35
HSL 1.11º 0.23% 0.54% -
HSV(B) 1.11º 0.33% 0.65% -
XYZ 24.18 20.74 17.77 -
YUV 127.73 118.56 154.58 -
System Red Green Blue C M Y K H S L
Decimal 165 112 111 0 0.32 0.33 0.35 1.11 0.23 0.54
Hex A5 70 6F 0 20 21 23 1 17 36
Octal 245 160 157 0 40 41 43 1 27 66
Binary 10100101 1110000 1101111 0 100000 100001 100011 1 10111 110110

Color Harmonies of #A5706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5706F

Black with #A5706F

Text Example


Text Example

White with #A5706F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5706F; }

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

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

background-color css

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

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

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

border-color css

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

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

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