Html Css Color HEX #A57066 Coral Tree

📋 copy color: '#A57066'

red 165 ◦ green 112 ◦ blue 102

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

Shades of Coral Tree #A57066

Tints of Coral Tree #A57066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 26.91%

R = 43.54%
G = 29.55%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A57066 (or 0xA57066) is known color: Coral Tree. HEX triplet: A5, 70 and 66. RGB value is (165,112,102). Sum of RGB (Red+Green+Blue) = 165+112+102=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 102 (40.23% from 255 or 26.91% from 379); Max value from RGB is 165 - color contains mainly: red. Hex color #A57066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57066 is #5A8F99. Grayscale: #7E7E7E. Windows color (decimal): -5935002 or 6713509. OLE color: 6713509.

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

Color convert

RGB 165 112 102 -
CMYK 0 0.32 0.38 0.35
HSL 9.52º 0.26% 0.52% -
HSV(B) 9.52º 0.38% 0.65% -
XYZ 23.71 20.55 15.29 -
YUV 126.71 114.06 155.31 -
System Red Green Blue C M Y K H S L
Decimal 165 112 102 0 0.32 0.38 0.35 9.52 0.26 0.52
Hex A5 70 66 0 20 26 23 A 1A 34
Octal 245 160 146 0 40 46 43 12 32 64
Binary 10100101 1110000 1100110 0 100000 100110 100011 1010 11010 110100

Color Harmonies of #A57066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57066

Black with #A57066

Text Example


Text Example

White with #A57066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57066; }

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

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

background-color css

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

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

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

border-color css

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

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

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