Html Css Color HEX #A18182 Turkish Rose

📋 copy color: '#A18182'

red 161 ◦ green 129 ◦ blue 130

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

Shades of Turkish Rose #A18182

Tints of Turkish Rose #A18182

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.71%

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

R = 38.33%
G = 30.71%
B = 30.95%

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

#A18182 (or 0xA18182) is known color: Turkish Rose. HEX triplet: A1, 81 and 82. RGB value is (161,129,130). Sum of RGB (Red+Green+Blue) = 161+129+130=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 129 (50.78% from 255 or 30.71% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 161 - color contains mainly: red. Hex color #A18182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18182 is #5E7E7D. Grayscale: #8A8A8A. Windows color (decimal): -6192766 or 8552865. OLE color: 8552865.

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

Color convert

RGB 161 129 130 -
CMYK 0 0.20 0.19 0.37
HSL 358.13º 0.15% 0.57% -
HSV(B) 358.13º 0.2% 0.63% -
XYZ 26.58 24.89 24.52 -
YUV 138.68 123.1 143.92 -
System Red Green Blue C M Y K H S L
Decimal 161 129 130 0 0.20 0.19 0.37 358.13 0.15 0.57
Hex A1 81 82 0 14 13 25 166 F 39
Octal 241 201 202 0 24 23 45 546 17 71
Binary 10100001 10000001 10000010 0 10100 10011 100101 101100110 1111 111001

Color Harmonies of #A18182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18182

Black with #A18182

Text Example


Text Example

White with #A18182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18182; }

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

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

background-color css

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

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

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

border-color css

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

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

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