Html Css Color HEX #A96875 Turkish Rose

📋 copy color: '#A96875'

red 169 ◦ green 104 ◦ blue 117

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

Shades of Turkish Rose #A96875

Tints of Turkish Rose #A96875

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.67%

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

R = 43.33%
G = 26.67%
B = 30%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#A96875 (or 0xA96875) is known color: Turkish Rose. HEX triplet: A9, 68 and 75. RGB value is (169,104,117). Sum of RGB (Red+Green+Blue) = 169+104+117=390 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.33% from 390); Green value is 104 (41.02% from 255 or 26.67% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 169 - color contains mainly: red. Hex color #A96875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96875 is #56978A. Grayscale: #7C7C7C. Windows color (decimal): -5674891 or 7694505. OLE color: 7694505.

HSL color Cylindrical-coordinate representation of color #A96875: hue angle of 348º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A96875 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 104 117 -
CMYK 0 0.38 0.31 0.34
HSL 348º 0.27% 0.54% -
HSV(B) 348º 0.38% 0.66% -
XYZ 24.52 19.62 19.32 -
YUV 124.92 123.53 159.44 -
System Red Green Blue C M Y K H S L
Decimal 169 104 117 0 0.38 0.31 0.34 348 0.27 0.54
Hex A9 68 75 0 26 1F 22 15C 1B 36
Octal 251 150 165 0 46 37 42 534 33 66
Binary 10101001 1101000 1110101 0 100110 11111 100010 101011100 11011 110110

Color Harmonies of #A96875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96875

Black with #A96875

Text Example


Text Example

White with #A96875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96875; }

 p { color: rgb(169,104,117); }

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

background-color css

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

 a { background-color: rgb(169,104,117); }

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

border-color css

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

 span { border-color: rgb(169,104,117); }

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