Html Css Color HEX #A8667A Turkish Rose

📋 copy color: '#A8667A'

red 168 ◦ green 102 ◦ blue 122

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

Shades of Turkish Rose #A8667A

Tints of Turkish Rose #A8667A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.12%

R = 42.86%
G = 26.02%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A8667A (or 0xA8667A) is known color: Turkish Rose. HEX triplet: A8, 66 and 7A. RGB value is (168,102,122). Sum of RGB (Red+Green+Blue) = 168+102+122=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 168 - color contains mainly: red. Hex color #A8667A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8667A is #579985. Grayscale: #7C7C7C. Windows color (decimal): -5740934 or 8021672. OLE color: 8021672.

HSL color Cylindrical-coordinate representation of color #A8667A: hue angle of 341.82º 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 #A8667A is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 102 122 -
CMYK 0 0.39 0.27 0.34
HSL 341.82º 0.28% 0.53% -
HSV(B) 341.82º 0.39% 0.66% -
XYZ 24.41 19.23 20.84 -
YUV 124.01 126.87 159.37 -
System Red Green Blue C M Y K H S L
Decimal 168 102 122 0 0.39 0.27 0.34 341.82 0.28 0.53
Hex A8 66 7A 0 27 1B 22 156 1C 35
Octal 250 146 172 0 47 33 42 526 34 65
Binary 10101000 1100110 1111010 0 100111 11011 100010 101010110 11100 110101

Color Harmonies of #A8667A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8667A

Black with #A8667A

Text Example


Text Example

White with #A8667A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8667A; }

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

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

background-color css

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

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

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

border-color css

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

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

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