Html Css Color HEX #A46976 Turkish Rose

📋 copy color: '#A46976'

red 164 ◦ green 105 ◦ blue 118

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

Shades of Turkish Rose #A46976

Tints of Turkish Rose #A46976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.49%

R = 42.38%
G = 27.13%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A46976 (or 0xA46976) is known color: Turkish Rose. HEX triplet: A4, 69 and 76. RGB value is (164,105,118). Sum of RGB (Red+Green+Blue) = 164+105+118=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 164 - color contains mainly: red. Hex color #A46976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46976 is #5B9689. Grayscale: #7C7C7C. Windows color (decimal): -6002314 or 7760292. OLE color: 7760292.

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

Color convert

RGB 164 105 118 -
CMYK 0 0.36 0.28 0.36
HSL 346.78º 0.24% 0.53% -
HSV(B) 346.78º 0.36% 0.64% -
XYZ 23.63 19.3 19.62 -
YUV 124.12 124.55 156.44 -
System Red Green Blue C M Y K H S L
Decimal 164 105 118 0 0.36 0.28 0.36 346.78 0.24 0.53
Hex A4 69 76 0 24 1C 24 15B 18 35
Octal 244 151 166 0 44 34 44 533 30 65
Binary 10100100 1101001 1110110 0 100100 11100 100100 101011011 11000 110101

Color Harmonies of #A46976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46976

Black with #A46976

Text Example


Text Example

White with #A46976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46976; }

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

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

background-color css

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

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

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

border-color css

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

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

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