Html Css Color HEX #AB8283 Turkish Rose

📋 copy color: '#AB8283'

red 171 ◦ green 130 ◦ blue 131

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

Shades of Turkish Rose #AB8283

Tints of Turkish Rose #AB8283

RGB

 RED value IS 171 (67.19% from 255) = 39.58%

 GREEN value IS 130 (51.17% from 255) = 30.09%

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

R = 39.58%
G = 30.09%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AB8283 (or 0xAB8283) is known color: Turkish Rose. HEX triplet: AB, 82 and 83. RGB value is (171,130,131). Sum of RGB (Red+Green+Blue) = 171+130+131=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 131 (51.56% from 255 or 30.32% from 432); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8283 is #547D7C. Grayscale: #8E8E8E. Windows color (decimal): -5537149 or 8618667. OLE color: 8618667.

HSL color Cylindrical-coordinate representation of color #AB8283: hue angle of 358.54º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AB8283 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 130 131 -
CMYK 0 0.24 0.23 0.33
HSL 358.54º 0.2% 0.59% -
HSV(B) 358.54º 0.24% 0.67% -
XYZ 28.87 26.26 25.02 -
YUV 142.37 121.58 148.42 -
System Red Green Blue C M Y K H S L
Decimal 171 130 131 0 0.24 0.23 0.33 358.54 0.2 0.59
Hex AB 82 83 0 18 17 21 167 14 3B
Octal 253 202 203 0 30 27 41 547 24 73
Binary 10101011 10000010 10000011 0 11000 10111 100001 101100111 10100 111011

Color Harmonies of #AB8283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8283

Black with #AB8283

Text Example


Text Example

White with #AB8283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8283; }

 p { color: rgb(171,130,131); }

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

background-color css

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

 a { background-color: rgb(171,130,131); }

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

border-color css

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

 span { border-color: rgb(171,130,131); }

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