Html Css Color HEX #A27A7D Turkish Rose

📋 copy color: '#A27A7D'

red 162 ◦ green 122 ◦ blue 125

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

Shades of Turkish Rose #A27A7D

Tints of Turkish Rose #A27A7D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.83%

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

R = 39.61%
G = 29.83%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A27A7D (or 0xA27A7D) is known color: Turkish Rose. HEX triplet: A2, 7A and 7D. RGB value is (162,122,125). Sum of RGB (Red+Green+Blue) = 162+122+125=409 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.61% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 162 - color contains mainly: red. Hex color #A27A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27A7D is #5D8582. Grayscale: #868686. Windows color (decimal): -6129027 or 8223394. OLE color: 8223394.

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

Color convert

RGB 162 122 125 -
CMYK 0 0.25 0.23 0.36
HSL 355.5º 0.18% 0.56% -
HSV(B) 355.5º 0.25% 0.64% -
XYZ 25.56 23.08 22.51 -
YUV 134.3 122.75 147.76 -
System Red Green Blue C M Y K H S L
Decimal 162 122 125 0 0.25 0.23 0.36 355.5 0.18 0.56
Hex A2 7A 7D 0 19 17 24 164 12 38
Octal 242 172 175 0 31 27 44 544 22 70
Binary 10100010 1111010 1111101 0 11001 10111 100100 101100100 10010 111000

Color Harmonies of #A27A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27A7D

Black with #A27A7D

Text Example


Text Example

White with #A27A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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