Html Css Color HEX #A9676B Turkish Rose

📋 copy color: '#A9676B'

red 169 ◦ green 103 ◦ blue 107

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

Shades of Turkish Rose #A9676B

Tints of Turkish Rose #A9676B

RGB

 RED value IS 169 (66.41% from 255) = 44.59%

 GREEN value IS 103 (40.63% from 255) = 27.18%

 BLUE value IS 107 (42.19% from 255) = 28.23%

R = 44.59%
G = 27.18%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.37

 K value IS 0.34

RGB Variations

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

Color information

#A9676B (or 0xA9676B) is known color: Turkish Rose. HEX triplet: A9, 67 and 6B. RGB value is (169,103,107). Sum of RGB (Red+Green+Blue) = 169+103+107=379 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.59% from 379); Green value is 103 (40.62% from 255 or 27.18% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 169 - color contains mainly: red. Hex color #A9676B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9676B is #569894. Grayscale: #7B7B7B. Windows color (decimal): -5675157 or 7038889. OLE color: 7038889.

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

Color convert

RGB 169 103 107 -
CMYK 0 0.39 0.37 0.34
HSL 356.36º 0.28% 0.53% -
HSV(B) 356.36º 0.39% 0.66% -
XYZ 23.87 19.2 16.36 -
YUV 123.19 118.87 160.67 -
System Red Green Blue C M Y K H S L
Decimal 169 103 107 0 0.39 0.37 0.34 356.36 0.28 0.53
Hex A9 67 6B 0 27 25 22 164 1C 35
Octal 251 147 153 0 47 45 42 544 34 65
Binary 10101001 1100111 1101011 0 100111 100101 100010 101100100 11100 110101

Color Harmonies of #A9676B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9676B

Black with #A9676B

Text Example


Text Example

White with #A9676B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9676B; }

 p { color: rgb(169,103,107); }

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

background-color css

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

 a { background-color: rgb(169,103,107); }

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

border-color css

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

 span { border-color: rgb(169,103,107); }

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