Html Css Color HEX #A97C82 Turkish Rose

📋 copy color: '#A97C82'

red 169 ◦ green 124 ◦ blue 130

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

Shades of Turkish Rose #A97C82

Tints of Turkish Rose #A97C82

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.31%

 BLUE value IS 130 (51.17% from 255) = 30.73%

R = 39.95%
G = 29.31%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.34

RGB Variations

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

Color information

#A97C82 (or 0xA97C82) is known color: Turkish Rose. HEX triplet: A9, 7C and 82. RGB value is (169,124,130). Sum of RGB (Red+Green+Blue) = 169+124+130=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 169 - color contains mainly: red. Hex color #A97C82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97C82 is #56837D. Grayscale: #8A8A8A. Windows color (decimal): -5669758 or 8551593. OLE color: 8551593.

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

Color convert

RGB 169 124 130 -
CMYK 0 0.27 0.23 0.34
HSL 352º 0.21% 0.57% -
HSV(B) 352º 0.27% 0.66% -
XYZ 27.6 24.46 24.39 -
YUV 138.14 123.41 150.01 -
System Red Green Blue C M Y K H S L
Decimal 169 124 130 0 0.27 0.23 0.34 352 0.21 0.57
Hex A9 7C 82 0 1B 17 22 160 15 39
Octal 251 174 202 0 33 27 42 540 25 71
Binary 10101001 1111100 10000010 0 11011 10111 100010 101100000 10101 111001

Color Harmonies of #A97C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97C82

Black with #A97C82

Text Example


Text Example

White with #A97C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97C82; }

 p { color: rgb(169,124,130); }

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

background-color css

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

 a { background-color: rgb(169,124,130); }

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

border-color css

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

 span { border-color: rgb(169,124,130); }

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