Html Css Color HEX #A18082 Turkish Rose

📋 copy color: '#A18082'

red 161 ◦ green 128 ◦ blue 130

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

Shades of Turkish Rose #A18082

Tints of Turkish Rose #A18082

RGB

 RED value IS 161 (63.28% from 255) = 38.42%

 GREEN value IS 128 (50.39% from 255) = 30.55%

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

R = 38.42%
G = 30.55%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A18082 (or 0xA18082) is known color: Turkish Rose. HEX triplet: A1, 80 and 82. RGB value is (161,128,130). Sum of RGB (Red+Green+Blue) = 161+128+130=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 161 - color contains mainly: red. Hex color #A18082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18082 is #5E7F7D. Grayscale: #8A8A8A. Windows color (decimal): -6193022 or 8552609. OLE color: 8552609.

HSL color Cylindrical-coordinate representation of color #A18082: hue angle of 356.36º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A18082 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 128 130 -
CMYK 0 0.20 0.19 0.37
HSL 356.36º 0.15% 0.57% -
HSV(B) 356.36º 0.2% 0.63% -
XYZ 26.45 24.63 24.48 -
YUV 138.1 123.43 144.34 -
System Red Green Blue C M Y K H S L
Decimal 161 128 130 0 0.20 0.19 0.37 356.36 0.15 0.57
Hex A1 80 82 0 14 13 25 164 F 39
Octal 241 200 202 0 24 23 45 544 17 71
Binary 10100001 10000000 10000010 0 10100 10011 100101 101100100 1111 111001

Color Harmonies of #A18082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18082

Black with #A18082

Text Example


Text Example

White with #A18082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18082; }

 p { color: rgb(161,128,130); }

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

background-color css

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

 a { background-color: rgb(161,128,130); }

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

border-color css

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

 span { border-color: rgb(161,128,130); }

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