Html Css Color HEX #A46975 Turkish Rose

📋 copy color: '#A46975'

red 164 ◦ green 105 ◦ blue 117

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

Shades of Turkish Rose #A46975

Tints of Turkish Rose #A46975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.31%

R = 42.49%
G = 27.2%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A46975 (or 0xA46975) is known color: Turkish Rose. HEX triplet: A4, 69 and 75. RGB value is (164,105,117). Sum of RGB (Red+Green+Blue) = 164+105+117=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 164 - color contains mainly: red. Hex color #A46975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46975 is #5B968A. Grayscale: #7C7C7C. Windows color (decimal): -6002315 or 7694756. OLE color: 7694756.

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

Color convert

RGB 164 105 117 -
CMYK 0 0.36 0.29 0.36
HSL 347.8º 0.24% 0.53% -
HSV(B) 347.8º 0.36% 0.64% -
XYZ 23.57 19.28 19.31 -
YUV 124.01 124.05 156.52 -
System Red Green Blue C M Y K H S L
Decimal 164 105 117 0 0.36 0.29 0.36 347.8 0.24 0.53
Hex A4 69 75 0 24 1D 24 15C 18 35
Octal 244 151 165 0 44 35 44 534 30 65
Binary 10100100 1101001 1110101 0 100100 11101 100100 101011100 11000 110101

Color Harmonies of #A46975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46975

Black with #A46975

Text Example


Text Example

White with #A46975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46975; }

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

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

background-color css

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

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

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

border-color css

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

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

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