Html Css Color HEX #A46961 Coral Tree

📋 copy color: '#A46961'

red 164 ◦ green 105 ◦ blue 97

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

Shades of Coral Tree #A46961

Tints of Coral Tree #A46961

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.69%

 BLUE value IS 97 (38.28% from 255) = 26.5%

R = 44.81%
G = 28.69%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A46961 (or 0xA46961) is known color: Coral Tree. HEX triplet: A4, 69 and 61. RGB value is (164,105,97). Sum of RGB (Red+Green+Blue) = 164+105+97=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 97 (38.28% from 255 or 26.50% from 366); Max value from RGB is 164 - color contains mainly: red. Hex color #A46961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46961 is #5B969E. Grayscale: #797979. Windows color (decimal): -6002335 or 6384036. OLE color: 6384036.

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

Color convert

RGB 164 105 97 -
CMYK 0 0.36 0.41 0.36
HSL 7.16º 0.27% 0.51% -
HSV(B) 7.16º 0.41% 0.64% -
XYZ 22.52 18.86 13.76 -
YUV 121.73 114.05 158.15 -
System Red Green Blue C M Y K H S L
Decimal 164 105 97 0 0.36 0.41 0.36 7.16 0.27 0.51
Hex A4 69 61 0 24 29 24 7 1B 33
Octal 244 151 141 0 44 51 44 7 33 63
Binary 10100100 1101001 1100001 0 100100 101001 100100 111 11011 110011

Color Harmonies of #A46961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46961

Black with #A46961

Text Example


Text Example

White with #A46961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46961; }

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

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

background-color css

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

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

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

border-color css

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

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

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