Html Css Color HEX #A46965 Coral Tree

📋 copy color: '#A46965'

red 164 ◦ green 105 ◦ blue 101

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

Shades of Coral Tree #A46965

Tints of Coral Tree #A46965

RGB

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

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

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

R = 44.32%
G = 28.38%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A46965 (or 0xA46965) is known color: Coral Tree. HEX triplet: A4, 69 and 65. RGB value is (164,105,101). Sum of RGB (Red+Green+Blue) = 164+105+101=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 101 (39.84% from 255 or 27.30% from 370); Max value from RGB is 164 - color contains mainly: red. Hex color #A46965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46965 is #5B969A. Grayscale: #7A7A7A. Windows color (decimal): -6002331 or 6646180. OLE color: 6646180.

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

Color convert

RGB 164 105 101 -
CMYK 0 0.36 0.38 0.36
HSL 3.81º 0.26% 0.52% -
HSV(B) 3.81º 0.38% 0.64% -
XYZ 22.71 18.94 14.77 -
YUV 122.19 116.05 157.83 -
System Red Green Blue C M Y K H S L
Decimal 164 105 101 0 0.36 0.38 0.36 3.81 0.26 0.52
Hex A4 69 65 0 24 26 24 4 1A 34
Octal 244 151 145 0 44 46 44 4 32 64
Binary 10100100 1101001 1100101 0 100100 100110 100100 100 11010 110100

Color Harmonies of #A46965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46965

Black with #A46965

Text Example


Text Example

White with #A46965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46965; }

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

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

background-color css

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

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

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

border-color css

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

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

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