Html Css Color HEX #A46A69 Coral Tree

📋 copy color: '#A46A69'

red 164 ◦ green 106 ◦ blue 105

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

Shades of Coral Tree #A46A69

Tints of Coral Tree #A46A69

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.27%

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

R = 43.73%
G = 28.27%
B = 28%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A46A69 (or 0xA46A69) is known color: Coral Tree. HEX triplet: A4, 6A and 69. RGB value is (164,106,105). Sum of RGB (Red+Green+Blue) = 164+106+105=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 105 (41.41% from 255 or 28% from 375); Max value from RGB is 164 - color contains mainly: red. Hex color #A46A69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46A69 is #5B9596. Grayscale: #7B7B7B. Windows color (decimal): -6002071 or 6908580. OLE color: 6908580.

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

Color convert

RGB 164 106 105 -
CMYK 0 0.35 0.36 0.36
HSL 1.02º 0.24% 0.53% -
HSV(B) 1.02º 0.36% 0.64% -
XYZ 23.01 19.22 15.86 -
YUV 123.23 117.72 157.08 -
System Red Green Blue C M Y K H S L
Decimal 164 106 105 0 0.35 0.36 0.36 1.02 0.24 0.53
Hex A4 6A 69 0 23 24 24 1 18 35
Octal 244 152 151 0 43 44 44 1 30 65
Binary 10100100 1101010 1101001 0 100011 100100 100100 1 11000 110101

Color Harmonies of #A46A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46A69

Black with #A46A69

Text Example


Text Example

White with #A46A69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46A69; }

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

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

background-color css

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

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

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

border-color css

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

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

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