Html Css Color HEX #A18183 Turkish Rose

📋 copy color: '#A18183'

red 161 ◦ green 129 ◦ blue 131

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

Shades of Turkish Rose #A18183

Tints of Turkish Rose #A18183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 31.12%

R = 38.24%
G = 30.64%
B = 31.12%

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

#A18183 (or 0xA18183) is known color: Turkish Rose. HEX triplet: A1, 81 and 83. RGB value is (161,129,131). Sum of RGB (Red+Green+Blue) = 161+129+131=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 131 (51.56% from 255 or 31.12% from 421); Max value from RGB is 161 - color contains mainly: red. Hex color #A18183 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18183 is #5E7E7C. Grayscale: #8A8A8A. Windows color (decimal): -6192765 or 8618401. OLE color: 8618401.

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

Color convert

RGB 161 129 131 -
CMYK 0 0.20 0.19 0.37
HSL 356.25º 0.15% 0.57% -
HSV(B) 356.25º 0.2% 0.63% -
XYZ 26.64 24.92 24.88 -
YUV 138.8 123.6 143.84 -
System Red Green Blue C M Y K H S L
Decimal 161 129 131 0 0.20 0.19 0.37 356.25 0.15 0.57
Hex A1 81 83 0 14 13 25 164 F 39
Octal 241 201 203 0 24 23 45 544 17 71
Binary 10100001 10000001 10000011 0 10100 10011 100101 101100100 1111 111001

Color Harmonies of #A18183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18183

Black with #A18183

Text Example


Text Example

White with #A18183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18183; }

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

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

background-color css

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

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

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

border-color css

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

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

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