Html Css Color HEX #A57068 Coral Tree

📋 copy color: '#A57068'

red 165 ◦ green 112 ◦ blue 104

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

Shades of Coral Tree #A57068

Tints of Coral Tree #A57068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.3%

R = 43.31%
G = 29.4%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A57068 (or 0xA57068) is known color: Coral Tree. HEX triplet: A5, 70 and 68. RGB value is (165,112,104). Sum of RGB (Red+Green+Blue) = 165+112+104=381 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.31% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 104 (41.02% from 255 or 27.30% from 381); Max value from RGB is 165 - color contains mainly: red. Hex color #A57068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57068 is #5A8F97. Grayscale: #7F7F7F. Windows color (decimal): -5935000 or 6844581. OLE color: 6844581.

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

Color convert

RGB 165 112 104 -
CMYK 0 0.32 0.37 0.35
HSL 7.87º 0.25% 0.53% -
HSV(B) 7.87º 0.37% 0.65% -
XYZ 23.81 20.59 15.82 -
YUV 126.94 115.06 155.15 -
System Red Green Blue C M Y K H S L
Decimal 165 112 104 0 0.32 0.37 0.35 7.87 0.25 0.53
Hex A5 70 68 0 20 25 23 8 19 35
Octal 245 160 150 0 40 45 43 10 31 65
Binary 10100101 1110000 1101000 0 100000 100101 100011 1000 11001 110101

Color Harmonies of #A57068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57068

Black with #A57068

Text Example


Text Example

White with #A57068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57068; }

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

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

background-color css

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

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

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

border-color css

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

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

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