Html Css Color HEX #A76675 Turkish Rose

📋 copy color: '#A76675'

red 167 ◦ green 102 ◦ blue 117

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

Shades of Turkish Rose #A76675

Tints of Turkish Rose #A76675

RGB

 RED value IS 167 (65.63% from 255) = 43.26%

 GREEN value IS 102 (40.23% from 255) = 26.42%

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

R = 43.26%
G = 26.42%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A76675 (or 0xA76675) is known color: Turkish Rose. HEX triplet: A7, 66 and 75. RGB value is (167,102,117). Sum of RGB (Red+Green+Blue) = 167+102+117=386 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.26% from 386); Green value is 102 (40.23% from 255 or 26.42% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 167 - color contains mainly: red. Hex color #A76675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76675 is #58998A. Grayscale: #7B7B7B. Windows color (decimal): -5806475 or 7693991. OLE color: 7693991.

HSL color Cylindrical-coordinate representation of color #A76675: hue angle of 346.15º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A76675 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 102 117 -
CMYK 0 0.39 0.30 0.35
HSL 346.15º 0.27% 0.53% -
HSV(B) 346.15º 0.39% 0.65% -
XYZ 23.9 19 19.24 -
YUV 123.15 124.53 159.28 -
System Red Green Blue C M Y K H S L
Decimal 167 102 117 0 0.39 0.30 0.35 346.15 0.27 0.53
Hex A7 66 75 0 27 1E 23 15A 1B 35
Octal 247 146 165 0 47 36 43 532 33 65
Binary 10100111 1100110 1110101 0 100111 11110 100011 101011010 11011 110101

Color Harmonies of #A76675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76675

Black with #A76675

Text Example


Text Example

White with #A76675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76675; }

 p { color: rgb(167,102,117); }

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

background-color css

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

 a { background-color: rgb(167,102,117); }

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

border-color css

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

 span { border-color: rgb(167,102,117); }

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