Html Css Color HEX #AB8285 Turkish Rose

📋 copy color: '#AB8285'

red 171 ◦ green 130 ◦ blue 133

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

Shades of Turkish Rose #AB8285

Tints of Turkish Rose #AB8285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 30.65%

R = 39.4%
G = 29.95%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AB8285 (or 0xAB8285) is known color: Turkish Rose. HEX triplet: AB, 82 and 85. RGB value is (171,130,133). Sum of RGB (Red+Green+Blue) = 171+130+133=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 133 (52.34% from 255 or 30.65% from 434); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8285 is #547D7A. Grayscale: #8E8E8E. Windows color (decimal): -5537147 or 8749739. OLE color: 8749739.

HSL color Cylindrical-coordinate representation of color #AB8285: hue angle of 355.61º 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 #AB8285 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 130 133 -
CMYK 0 0.24 0.22 0.33
HSL 355.61º 0.2% 0.59% -
HSV(B) 355.61º 0.24% 0.67% -
XYZ 29.01 26.32 25.74 -
YUV 142.6 122.58 148.26 -
System Red Green Blue C M Y K H S L
Decimal 171 130 133 0 0.24 0.22 0.33 355.61 0.2 0.59
Hex AB 82 85 0 18 16 21 164 14 3B
Octal 253 202 205 0 30 26 41 544 24 73
Binary 10101011 10000010 10000101 0 11000 10110 100001 101100100 10100 111011

Color Harmonies of #AB8285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8285

Black with #AB8285

Text Example


Text Example

White with #AB8285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8285; }

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

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

background-color css

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

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

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

border-color css

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

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

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