Html Css Color HEX #A47469 Coral Tree

📋 copy color: '#A47469'

red 164 ◦ green 116 ◦ blue 105

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

Shades of Coral Tree #A47469

Tints of Coral Tree #A47469

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.13%

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

R = 42.6%
G = 30.13%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A47469 (or 0xA47469) is known color: Coral Tree. HEX triplet: A4, 74 and 69. RGB value is (164,116,105). Sum of RGB (Red+Green+Blue) = 164+116+105=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 105 (41.41% from 255 or 27.27% from 385); Max value from RGB is 164 - color contains mainly: red. Hex color #A47469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47469 is #5B8B96. Grayscale: #818181. Windows color (decimal): -5999511 or 6911140. OLE color: 6911140.

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

Color convert

RGB 164 116 105 -
CMYK 0 0.29 0.36 0.36
HSL 11.19º 0.24% 0.53% -
HSV(B) 11.19º 0.36% 0.64% -
XYZ 24.11 21.4 16.23 -
YUV 129.1 114.4 152.89 -
System Red Green Blue C M Y K H S L
Decimal 164 116 105 0 0.29 0.36 0.36 11.19 0.24 0.53
Hex A4 74 69 0 1D 24 24 B 18 35
Octal 244 164 151 0 35 44 44 13 30 65
Binary 10100100 1110100 1101001 0 11101 100100 100100 1011 11000 110101

Color Harmonies of #A47469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47469

Black with #A47469

Text Example


Text Example

White with #A47469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47469; }

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

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

background-color css

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

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

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

border-color css

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

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

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