Html Css Color HEX #A27D82 Turkish Rose

📋 copy color: '#A27D82'

red 162 ◦ green 125 ◦ blue 130

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

Shades of Turkish Rose #A27D82

Tints of Turkish Rose #A27D82

RGB

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

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

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

R = 38.85%
G = 29.98%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A27D82 (or 0xA27D82) is known color: Turkish Rose. HEX triplet: A2, 7D and 82. RGB value is (162,125,130). Sum of RGB (Red+Green+Blue) = 162+125+130=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 130 (51.17% from 255 or 31.18% from 417); Max value from RGB is 162 - color contains mainly: red. Hex color #A27D82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27D82 is #5D827D. Grayscale: #888888. Windows color (decimal): -6128254 or 8551842. OLE color: 8551842.

HSL color Cylindrical-coordinate representation of color #A27D82: hue angle of 351.89º 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 #A27D82 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 125 130 -
CMYK 0 0.23 0.20 0.36
HSL 351.89º 0.17% 0.56% -
HSV(B) 351.89º 0.23% 0.64% -
XYZ 26.26 23.96 24.36 -
YUV 136.63 124.26 146.09 -
System Red Green Blue C M Y K H S L
Decimal 162 125 130 0 0.23 0.20 0.36 351.89 0.17 0.56
Hex A2 7D 82 0 17 14 24 160 11 38
Octal 242 175 202 0 27 24 44 540 21 70
Binary 10100010 1111101 10000010 0 10111 10100 100100 101100000 10001 111000

Color Harmonies of #A27D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27D82

Black with #A27D82

Text Example


Text Example

White with #A27D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27D82; }

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

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

background-color css

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

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

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

border-color css

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

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

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