Html Css Color HEX #A86679 Turkish Rose

📋 copy color: '#A86679'

red 168 ◦ green 102 ◦ blue 121

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

Shades of Turkish Rose #A86679

Tints of Turkish Rose #A86679

RGB

 RED value IS 168 (66.02% from 255) = 42.97%

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

 BLUE value IS 121 (47.66% from 255) = 30.95%

R = 42.97%
G = 26.09%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#A86679 (or 0xA86679) is known color: Turkish Rose. HEX triplet: A8, 66 and 79. RGB value is (168,102,121). Sum of RGB (Red+Green+Blue) = 168+102+121=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 168 - color contains mainly: red. Hex color #A86679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86679 is #579986. Grayscale: #7B7B7B. Windows color (decimal): -5740935 or 7956136. OLE color: 7956136.

HSL color Cylindrical-coordinate representation of color #A86679: hue angle of 342.73º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A86679 is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 102 121 -
CMYK 0 0.39 0.28 0.34
HSL 342.73º 0.28% 0.53% -
HSV(B) 342.73º 0.39% 0.66% -
XYZ 24.35 19.21 20.51 -
YUV 123.9 126.37 159.46 -
System Red Green Blue C M Y K H S L
Decimal 168 102 121 0 0.39 0.28 0.34 342.73 0.28 0.53
Hex A8 66 79 0 27 1C 22 157 1C 35
Octal 250 146 171 0 47 34 42 527 34 65
Binary 10101000 1100110 1111001 0 100111 11100 100010 101010111 11100 110101

Color Harmonies of #A86679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86679

Black with #A86679

Text Example


Text Example

White with #A86679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86679; }

 p { color: rgb(168,102,121); }

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

background-color css

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

 a { background-color: rgb(168,102,121); }

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

border-color css

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

 span { border-color: rgb(168,102,121); }

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