Html Css Color HEX #A46065 Turkish Rose

📋 copy color: '#A46065'

red 164 ◦ green 96 ◦ blue 101

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

Shades of Turkish Rose #A46065

Tints of Turkish Rose #A46065

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.59%

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

R = 45.43%
G = 26.59%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A46065 (or 0xA46065) is known color: Turkish Rose. HEX triplet: A4, 60 and 65. RGB value is (164,96,101). Sum of RGB (Red+Green+Blue) = 164+96+101=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 164 - color contains mainly: red. Hex color #A46065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46065 is #5B9F9A. Grayscale: #747474. Windows color (decimal): -6004635 or 6643876. OLE color: 6643876.

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

Color convert

RGB 164 96 101 -
CMYK 0 0.41 0.38 0.36
HSL 355.59º 0.27% 0.51% -
HSV(B) 355.59º 0.41% 0.64% -
XYZ 21.84 17.2 14.48 -
YUV 116.9 119.03 161.59 -
System Red Green Blue C M Y K H S L
Decimal 164 96 101 0 0.41 0.38 0.36 355.59 0.27 0.51
Hex A4 60 65 0 29 26 24 164 1B 33
Octal 244 140 145 0 51 46 44 544 33 63
Binary 10100100 1100000 1100101 0 101001 100110 100100 101100100 11011 110011

Color Harmonies of #A46065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46065

Black with #A46065

Text Example


Text Example

White with #A46065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46065; }

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

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

background-color css

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

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

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

border-color css

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

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

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