Html Css Color HEX #A47165 Coral Tree

📋 copy color: '#A47165'

red 164 ◦ green 113 ◦ blue 101

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

Shades of Coral Tree #A47165

Tints of Coral Tree #A47165

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.89%

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

R = 43.39%
G = 29.89%
B = 26.72%

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

#A47165 (or 0xA47165) is known color: Coral Tree. HEX triplet: A4, 71 and 65. RGB value is (164,113,101). Sum of RGB (Red+Green+Blue) = 164+113+101=378 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.39% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 101 (39.84% from 255 or 26.72% from 378); Max value from RGB is 164 - color contains mainly: red. Hex color #A47165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47165 is #5B8E9A. Grayscale: #7E7E7E. Windows color (decimal): -6000283 or 6648228. OLE color: 6648228.

HSL color Cylindrical-coordinate representation of color #A47165: hue angle of 11.43º degrees, saturation: 0.26, 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 #A47165 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 113 101 -
CMYK 0 0.31 0.38 0.36
HSL 11.43º 0.26% 0.52% -
HSV(B) 11.43º 0.38% 0.64% -
XYZ 23.56 20.64 15.05 -
YUV 126.88 113.4 154.48 -
System Red Green Blue C M Y K H S L
Decimal 164 113 101 0 0.31 0.38 0.36 11.43 0.26 0.52
Hex A4 71 65 0 1F 26 24 B 1A 34
Octal 244 161 145 0 37 46 44 13 32 64
Binary 10100100 1110001 1100101 0 11111 100110 100100 1011 11010 110100

Color Harmonies of #A47165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47165

Black with #A47165

Text Example


Text Example

White with #A47165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47165; }

 p { color: rgb(164,113,101); }

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

background-color css

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

 a { background-color: rgb(164,113,101); }

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

border-color css

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

 span { border-color: rgb(164,113,101); }

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