Html Css Color HEX #A37065 Coral Tree

📋 copy color: '#A37065'

red 163 ◦ green 112 ◦ blue 101

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

Shades of Coral Tree #A37065

Tints of Coral Tree #A37065

RGB

 RED value IS 163 (64.06% from 255) = 43.35%

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

 BLUE value IS 101 (39.84% from 255) = 26.86%

R = 43.35%
G = 29.79%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A37065 (or 0xA37065) is known color: Coral Tree. HEX triplet: A3, 70 and 65. RGB value is (163,112,101). Sum of RGB (Red+Green+Blue) = 163+112+101=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 163 - color contains mainly: red. Hex color #A37065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37065 is #5C8F9A. Grayscale: #7E7E7E. Windows color (decimal): -6066075 or 6647971. OLE color: 6647971.

HSL color Cylindrical-coordinate representation of color #A37065: hue angle of 10.65º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A37065 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 112 101 -
CMYK 0 0.31 0.38 0.36
HSL 10.65º 0.25% 0.52% -
HSV(B) 10.65º 0.38% 0.64% -
XYZ 23.25 20.31 15.01 -
YUV 126 113.9 154.39 -
System Red Green Blue C M Y K H S L
Decimal 163 112 101 0 0.31 0.38 0.36 10.65 0.25 0.52
Hex A3 70 65 0 1F 26 24 B 19 34
Octal 243 160 145 0 37 46 44 13 31 64
Binary 10100011 1110000 1100101 0 11111 100110 100100 1011 11001 110100

Color Harmonies of #A37065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37065

Black with #A37065

Text Example


Text Example

White with #A37065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37065; }

 p { color: rgb(163,112,101); }

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

background-color css

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

 a { background-color: rgb(163,112,101); }

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

border-color css

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

 span { border-color: rgb(163,112,101); }

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