Html Css Color HEX #A27B82 Turkish Rose

📋 copy color: '#A27B82'

red 162 ◦ green 123 ◦ blue 130

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

Shades of Turkish Rose #A27B82

Tints of Turkish Rose #A27B82

RGB

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

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

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

R = 39.04%
G = 29.64%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A27B82 (or 0xA27B82) is known color: Turkish Rose. HEX triplet: A2, 7B and 82. RGB value is (162,123,130). Sum of RGB (Red+Green+Blue) = 162+123+130=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 123 (48.44% from 255 or 29.64% from 415); Blue value is 130 (51.17% from 255 or 31.33% from 415); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27B82 is #5D847D. Grayscale: #878787. Windows color (decimal): -6128766 or 8551330. OLE color: 8551330.

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

Color convert

RGB 162 123 130 -
CMYK 0 0.24 0.20 0.36
HSL 349.23º 0.17% 0.56% -
HSV(B) 349.23º 0.24% 0.64% -
XYZ 26.01 23.46 24.28 -
YUV 135.46 124.92 146.93 -
System Red Green Blue C M Y K H S L
Decimal 162 123 130 0 0.24 0.20 0.36 349.23 0.17 0.56
Hex A2 7B 82 0 18 14 24 15D 11 38
Octal 242 173 202 0 30 24 44 535 21 70
Binary 10100010 1111011 10000010 0 11000 10100 100100 101011101 10001 111000

Color Harmonies of #A27B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27B82

Black with #A27B82

Text Example


Text Example

White with #A27B82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27B82; }

 p { color: rgb(162,123,130); }

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

background-color css

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

 a { background-color: rgb(162,123,130); }

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

border-color css

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

 span { border-color: rgb(162,123,130); }

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