Html Css Color HEX #A46067 Turkish Rose

📋 copy color: '#A46067'

red 164 ◦ green 96 ◦ blue 103

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

Shades of Turkish Rose #A46067

Tints of Turkish Rose #A46067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 28.37%

R = 45.18%
G = 26.45%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A46067 (or 0xA46067) is known color: Turkish Rose. HEX triplet: A4, 60 and 67. RGB value is (164,96,103). Sum of RGB (Red+Green+Blue) = 164+96+103=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 103 (40.62% from 255 or 28.37% from 363); Max value from RGB is 164 - color contains mainly: red. Hex color #A46067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46067 is #5B9F98. Grayscale: #757575. Windows color (decimal): -6004633 or 6774948. OLE color: 6774948.

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

Color convert

RGB 164 96 103 -
CMYK 0 0.41 0.37 0.36
HSL 353.82º 0.27% 0.51% -
HSV(B) 353.82º 0.41% 0.64% -
XYZ 21.94 17.24 15 -
YUV 117.13 120.03 161.43 -
System Red Green Blue C M Y K H S L
Decimal 164 96 103 0 0.41 0.37 0.36 353.82 0.27 0.51
Hex A4 60 67 0 29 25 24 162 1B 33
Octal 244 140 147 0 51 45 44 542 33 63
Binary 10100100 1100000 1100111 0 101001 100101 100100 101100010 11011 110011

Color Harmonies of #A46067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46067

Black with #A46067

Text Example


Text Example

White with #A46067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46067; }

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

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

background-color css

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

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

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

border-color css

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

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

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