Html Css Color HEX #A46B70 Turkish Rose

📋 copy color: '#A46B70'

red 164 ◦ green 107 ◦ blue 112

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

Shades of Turkish Rose #A46B70

Tints of Turkish Rose #A46B70

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.94%

 BLUE value IS 112 (44.14% from 255) = 29.24%

R = 42.82%
G = 27.94%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A46B70 (or 0xA46B70) is known color: Turkish Rose. HEX triplet: A4, 6B and 70. RGB value is (164,107,112). Sum of RGB (Red+Green+Blue) = 164+107+112=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 164 - color contains mainly: red. Hex color #A46B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46B70 is #5B948F. Grayscale: #7C7C7C. Windows color (decimal): -6001808 or 7367588. OLE color: 7367588.

HSL color Cylindrical-coordinate representation of color #A46B70: hue angle of 354.74º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A46B70 is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 107 112 -
CMYK 0 0.35 0.32 0.36
HSL 354.74º 0.24% 0.53% -
HSV(B) 354.74º 0.35% 0.64% -
XYZ 23.49 19.58 17.87 -
YUV 124.61 120.88 156.09 -
System Red Green Blue C M Y K H S L
Decimal 164 107 112 0 0.35 0.32 0.36 354.74 0.24 0.53
Hex A4 6B 70 0 23 20 24 163 18 35
Octal 244 153 160 0 43 40 44 543 30 65
Binary 10100100 1101011 1110000 0 100011 100000 100100 101100011 11000 110101

Color Harmonies of #A46B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46B70

Black with #A46B70

Text Example


Text Example

White with #A46B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46B70; }

 p { color: rgb(164,107,112); }

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

background-color css

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

 a { background-color: rgb(164,107,112); }

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

border-color css

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

 span { border-color: rgb(164,107,112); }

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