Html Css Color HEX #A47169 Coral Tree

📋 copy color: '#A47169'

red 164 ◦ green 113 ◦ blue 105

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

Shades of Coral Tree #A47169

Tints of Coral Tree #A47169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 27.49%

R = 42.93%
G = 29.58%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A47169 (or 0xA47169) is known color: Coral Tree. HEX triplet: A4, 71 and 69. RGB value is (164,113,105). Sum of RGB (Red+Green+Blue) = 164+113+105=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 105 (41.41% from 255 or 27.49% from 382); Max value from RGB is 164 - color contains mainly: red. Hex color #A47169 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47169 is #5B8E96. Grayscale: #7F7F7F. Windows color (decimal): -6000279 or 6910372. OLE color: 6910372.

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

Color convert

RGB 164 113 105 -
CMYK 0 0.31 0.36 0.36
HSL 8.14º 0.24% 0.53% -
HSV(B) 8.14º 0.36% 0.64% -
XYZ 23.76 20.72 16.11 -
YUV 127.34 115.4 154.15 -
System Red Green Blue C M Y K H S L
Decimal 164 113 105 0 0.31 0.36 0.36 8.14 0.24 0.53
Hex A4 71 69 0 1F 24 24 8 18 35
Octal 244 161 151 0 37 44 44 10 30 65
Binary 10100100 1110001 1101001 0 11111 100100 100100 1000 11000 110101

Color Harmonies of #A47169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47169

Black with #A47169

Text Example


Text Example

White with #A47169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47169; }

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

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

background-color css

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

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

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

border-color css

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

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

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