Html Css Color HEX #A27D7F Turkish Rose

📋 copy color: '#A27D7F'

red 162 ◦ green 125 ◦ blue 127

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

Shades of Turkish Rose #A27D7F

Tints of Turkish Rose #A27D7F

RGB

 RED value IS 162 (63.67% from 255) = 39.13%

 GREEN value IS 125 (49.22% from 255) = 30.19%

 BLUE value IS 127 (50% from 255) = 30.68%

R = 39.13%
G = 30.19%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A27D7F (or 0xA27D7F) is known color: Turkish Rose. HEX triplet: A2, 7D and 7F. RGB value is (162,125,127). Sum of RGB (Red+Green+Blue) = 162+125+127=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 125 (49.22% from 255 or 30.19% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 162 - color contains mainly: red. Hex color #A27D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27D7F is #5D8280. Grayscale: #888888. Windows color (decimal): -6128257 or 8355234. OLE color: 8355234.

HSL color Cylindrical-coordinate representation of color #A27D7F: hue angle of 356.76º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A27D7F is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 125 127 -
CMYK 0 0.23 0.22 0.36
HSL 356.76º 0.17% 0.56% -
HSV(B) 356.76º 0.23% 0.64% -
XYZ 26.06 23.88 23.31 -
YUV 136.29 122.76 146.34 -
System Red Green Blue C M Y K H S L
Decimal 162 125 127 0 0.23 0.22 0.36 356.76 0.17 0.56
Hex A2 7D 7F 0 17 16 24 165 11 38
Octal 242 175 177 0 27 26 44 545 21 70
Binary 10100010 1111101 1111111 0 10111 10110 100100 101100101 10001 111000

Color Harmonies of #A27D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27D7F

Black with #A27D7F

Text Example


Text Example

White with #A27D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27D7F; }

 p { color: rgb(162,125,127); }

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

background-color css

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

 a { background-color: rgb(162,125,127); }

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

border-color css

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

 span { border-color: rgb(162,125,127); }

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