Html Css Color HEX #A57670 Coral Tree

📋 copy color: '#A57670'

red 165 ◦ green 118 ◦ blue 112

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

Shades of Coral Tree #A57670

Tints of Coral Tree #A57670

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.87%

 BLUE value IS 112 (44.14% from 255) = 28.35%

R = 41.77%
G = 29.87%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A57670 (or 0xA57670) is known color: Coral Tree. HEX triplet: A5, 76 and 70. RGB value is (165,118,112). Sum of RGB (Red+Green+Blue) = 165+118+112=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 118 (46.48% from 255 or 29.87% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 165 - color contains mainly: red. Hex color #A57670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57670 is #5A898F. Grayscale: #838383. Windows color (decimal): -5933456 or 7370405. OLE color: 7370405.

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

Color convert

RGB 165 118 112 -
CMYK 0 0.28 0.32 0.35
HSL 6.79º 0.23% 0.54% -
HSV(B) 6.79º 0.32% 0.65% -
XYZ 24.92 22.13 18.29 -
YUV 131.37 117.07 151.99 -
System Red Green Blue C M Y K H S L
Decimal 165 118 112 0 0.28 0.32 0.35 6.79 0.23 0.54
Hex A5 76 70 0 1C 20 23 7 17 36
Octal 245 166 160 0 34 40 43 7 27 66
Binary 10100101 1110110 1110000 0 11100 100000 100011 111 10111 110110

Color Harmonies of #A57670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57670

Black with #A57670

Text Example


Text Example

White with #A57670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57670; }

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

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

background-color css

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

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

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

border-color css

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

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

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