Html Css Color HEX #A46064 Turkish Rose

📋 copy color: '#A46064'

red 164 ◦ green 96 ◦ blue 100

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

Shades of Turkish Rose #A46064

Tints of Turkish Rose #A46064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.78%

R = 45.56%
G = 26.67%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A46064 (or 0xA46064) is known color: Turkish Rose. HEX triplet: A4, 60 and 64. RGB value is (164,96,100). Sum of RGB (Red+Green+Blue) = 164+96+100=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 100 (39.45% from 255 or 27.78% from 360); Max value from RGB is 164 - color contains mainly: red. Hex color #A46064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46064 is #5B9F9B. Grayscale: #747474. Windows color (decimal): -6004636 or 6578340. OLE color: 6578340.

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

Color convert

RGB 164 96 100 -
CMYK 0 0.41 0.39 0.36
HSL 356.47º 0.27% 0.51% -
HSV(B) 356.47º 0.41% 0.64% -
XYZ 21.79 17.18 14.22 -
YUV 116.79 118.53 161.67 -
System Red Green Blue C M Y K H S L
Decimal 164 96 100 0 0.41 0.39 0.36 356.47 0.27 0.51
Hex A4 60 64 0 29 27 24 164 1B 33
Octal 244 140 144 0 51 47 44 544 33 63
Binary 10100100 1100000 1100100 0 101001 100111 100100 101100100 11011 110011

Color Harmonies of #A46064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46064

Black with #A46064

Text Example


Text Example

White with #A46064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46064; }

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

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

background-color css

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

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

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

border-color css

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

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

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