Html Css Color HEX #A97B7D Turkish Rose

📋 copy color: '#A97B7D'

red 169 ◦ green 123 ◦ blue 125

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

Shades of Turkish Rose #A97B7D

Tints of Turkish Rose #A97B7D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.5%

 BLUE value IS 125 (49.22% from 255) = 29.98%

R = 40.53%
G = 29.5%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A97B7D (or 0xA97B7D) is known color: Turkish Rose. HEX triplet: A9, 7B and 7D. RGB value is (169,123,125). Sum of RGB (Red+Green+Blue) = 169+123+125=417 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.53% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 169 - color contains mainly: red. Hex color #A97B7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97B7D is #568482. Grayscale: #898989. Windows color (decimal): -5670019 or 8223657. OLE color: 8223657.

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

Color convert

RGB 169 123 125 -
CMYK 0 0.27 0.26 0.34
HSL 357.39º 0.21% 0.57% -
HSV(B) 357.39º 0.27% 0.66% -
XYZ 27.15 24.08 22.62 -
YUV 136.98 121.24 150.84 -
System Red Green Blue C M Y K H S L
Decimal 169 123 125 0 0.27 0.26 0.34 357.39 0.21 0.57
Hex A9 7B 7D 0 1B 1A 22 165 15 39
Octal 251 173 175 0 33 32 42 545 25 71
Binary 10101001 1111011 1111101 0 11011 11010 100010 101100101 10101 111001

Color Harmonies of #A97B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97B7D

Black with #A97B7D

Text Example


Text Example

White with #A97B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97B7D; }

 p { color: rgb(169,123,125); }

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

background-color css

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

 a { background-color: rgb(169,123,125); }

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

border-color css

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

 span { border-color: rgb(169,123,125); }

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