Html Css Color HEX #A56562 Coral Tree

📋 copy color: '#A56562'

red 165 ◦ green 101 ◦ blue 98

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

Shades of Coral Tree #A56562

Tints of Coral Tree #A56562

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.75%

 BLUE value IS 98 (38.67% from 255) = 26.92%

R = 45.33%
G = 27.75%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A56562 (or 0xA56562) is known color: Coral Tree. HEX triplet: A5, 65 and 62. RGB value is (165,101,98). Sum of RGB (Red+Green+Blue) = 165+101+98=364 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.33% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 98 (38.67% from 255 or 26.92% from 364); Max value from RGB is 165 - color contains mainly: red. Hex color #A56562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56562 is #5A9A9D. Grayscale: #777777. Windows color (decimal): -5937822 or 6448549. OLE color: 6448549.

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

Color convert

RGB 165 101 98 -
CMYK 0 0.39 0.41 0.35
HSL 2.69º 0.27% 0.52% -
HSV(B) 2.69º 0.41% 0.65% -
XYZ 22.38 18.19 13.89 -
YUV 119.79 115.7 160.24 -
System Red Green Blue C M Y K H S L
Decimal 165 101 98 0 0.39 0.41 0.35 2.69 0.27 0.52
Hex A5 65 62 0 27 29 23 3 1B 34
Octal 245 145 142 0 47 51 43 3 33 64
Binary 10100101 1100101 1100010 0 100111 101001 100011 11 11011 110100

Color Harmonies of #A56562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56562

Black with #A56562

Text Example


Text Example

White with #A56562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56562; }

 p { color: rgb(165,101,98); }

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

background-color css

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

 a { background-color: rgb(165,101,98); }

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

border-color css

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

 span { border-color: rgb(165,101,98); }

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