Html Css Color HEX #A56A62 Coral Tree

📋 copy color: '#A56A62'

red 165 ◦ green 106 ◦ blue 98

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

Shades of Coral Tree #A56A62

Tints of Coral Tree #A56A62

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.73%

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

R = 44.72%
G = 28.73%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A56A62 (or 0xA56A62) is known color: Coral Tree. HEX triplet: A5, 6A and 62. RGB value is (165,106,98). Sum of RGB (Red+Green+Blue) = 165+106+98=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 106 (41.80% from 255 or 28.73% from 369); Blue value is 98 (38.67% from 255 or 26.56% from 369); Max value from RGB is 165 - color contains mainly: red. Hex color #A56A62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56A62 is #5A959D. Grayscale: #7A7A7A. Windows color (decimal): -5936542 or 6449829. OLE color: 6449829.

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

Color convert

RGB 165 106 98 -
CMYK 0 0.36 0.41 0.35
HSL 7.16º 0.27% 0.52% -
HSV(B) 7.16º 0.41% 0.65% -
XYZ 22.88 19.19 14.05 -
YUV 122.73 114.05 158.15 -
System Red Green Blue C M Y K H S L
Decimal 165 106 98 0 0.36 0.41 0.35 7.16 0.27 0.52
Hex A5 6A 62 0 24 29 23 7 1B 34
Octal 245 152 142 0 44 51 43 7 33 64
Binary 10100101 1101010 1100010 0 100100 101001 100011 111 11011 110100

Color Harmonies of #A56A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56A62

Black with #A56A62

Text Example


Text Example

White with #A56A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56A62; }

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

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

background-color css

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

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

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

border-color css

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

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

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