Html Css Color HEX #A46972 Turkish Rose

📋 copy color: '#A46972'

red 164 ◦ green 105 ◦ blue 114

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

Shades of Turkish Rose #A46972

Tints of Turkish Rose #A46972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.77%

R = 42.82%
G = 27.42%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A46972 (or 0xA46972) is known color: Turkish Rose. HEX triplet: A4, 69 and 72. RGB value is (164,105,114). Sum of RGB (Red+Green+Blue) = 164+105+114=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 164 - color contains mainly: red. Hex color #A46972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46972 is #5B968D. Grayscale: #7B7B7B. Windows color (decimal): -6002318 or 7498148. OLE color: 7498148.

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

Color convert

RGB 164 105 114 -
CMYK 0 0.36 0.30 0.36
HSL 350.85º 0.24% 0.53% -
HSV(B) 350.85º 0.36% 0.64% -
XYZ 23.4 19.21 18.39 -
YUV 123.67 122.55 156.77 -
System Red Green Blue C M Y K H S L
Decimal 164 105 114 0 0.36 0.30 0.36 350.85 0.24 0.53
Hex A4 69 72 0 24 1E 24 15F 18 35
Octal 244 151 162 0 44 36 44 537 30 65
Binary 10100100 1101001 1110010 0 100100 11110 100100 101011111 11000 110101

Color Harmonies of #A46972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46972

Black with #A46972

Text Example


Text Example

White with #A46972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46972; }

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

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

background-color css

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

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

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

border-color css

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

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

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