Html Css Color HEX #A88183 Turkish Rose

📋 copy color: '#A88183'

red 168 ◦ green 129 ◦ blue 131

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

Shades of Turkish Rose #A88183

Tints of Turkish Rose #A88183

RGB

 RED value IS 168 (66.02% from 255) = 39.25%

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

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

R = 39.25%
G = 30.14%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.22

 K value IS 0.34

RGB Variations

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

Color information

#A88183 (or 0xA88183) is known color: Turkish Rose. HEX triplet: A8, 81 and 83. RGB value is (168,129,131). Sum of RGB (Red+Green+Blue) = 168+129+131=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 131 (51.56% from 255 or 30.61% from 428); Max value from RGB is 168 - color contains mainly: red. Hex color #A88183 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88183 is #577E7C. Grayscale: #8C8C8C. Windows color (decimal): -5734013 or 8618408. OLE color: 8618408.

HSL color Cylindrical-coordinate representation of color #A88183: hue angle of 356.92º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A88183 is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 129 131 -
CMYK 0 0.23 0.22 0.34
HSL 356.92º 0.18% 0.58% -
HSV(B) 356.92º 0.23% 0.66% -
XYZ 28.1 25.66 24.95 -
YUV 140.89 122.42 147.34 -
System Red Green Blue C M Y K H S L
Decimal 168 129 131 0 0.23 0.22 0.34 356.92 0.18 0.58
Hex A8 81 83 0 17 16 22 165 12 3A
Octal 250 201 203 0 27 26 42 545 22 72
Binary 10101000 10000001 10000011 0 10111 10110 100010 101100101 10010 111010

Color Harmonies of #A88183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88183

Black with #A88183

Text Example


Text Example

White with #A88183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88183; }

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

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

background-color css

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

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

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

border-color css

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

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

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