Html Css Color HEX #A47368 Coral Tree

📋 copy color: '#A47368'

red 164 ◦ green 115 ◦ blue 104

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

Shades of Coral Tree #A47368

Tints of Coral Tree #A47368

RGB

 RED value IS 164 (64.45% from 255) = 42.82%

 GREEN value IS 115 (45.31% from 255) = 30.03%

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

R = 42.82%
G = 30.03%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A47368 (or 0xA47368) is known color: Coral Tree. HEX triplet: A4, 73 and 68. RGB value is (164,115,104). Sum of RGB (Red+Green+Blue) = 164+115+104=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 164 - color contains mainly: red. Hex color #A47368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47368 is #5B8C97. Grayscale: #808080. Windows color (decimal): -5999768 or 6845348. OLE color: 6845348.

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

Color convert

RGB 164 115 104 -
CMYK 0 0.30 0.37 0.36
HSL 11º 0.25% 0.53% -
HSV(B) 11º 0.37% 0.64% -
XYZ 23.94 21.15 15.92 -
YUV 128.4 114.23 153.39 -
System Red Green Blue C M Y K H S L
Decimal 164 115 104 0 0.30 0.37 0.36 11 0.25 0.53
Hex A4 73 68 0 1E 25 24 B 19 35
Octal 244 163 150 0 36 45 44 13 31 65
Binary 10100100 1110011 1101000 0 11110 100101 100100 1011 11001 110101

Color Harmonies of #A47368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47368

Black with #A47368

Text Example


Text Example

White with #A47368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47368; }

 p { color: rgb(164,115,104); }

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

background-color css

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

 a { background-color: rgb(164,115,104); }

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

border-color css

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

 span { border-color: rgb(164,115,104); }

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