Html Css Color HEX #AB8686 Rosy Brown

📋 copy color: '#AB8686'

red 171 ◦ green 134 ◦ blue 134

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

Shades of Rosy Brown #AB8686

Tints of Rosy Brown #AB8686

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.52%

 BLUE value IS 134 (52.73% from 255) = 30.52%

R = 38.95%
G = 30.52%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AB8686 (or 0xAB8686) is known color: Rosy Brown. HEX triplet: AB, 86 and 86. RGB value is (171,134,134). Sum of RGB (Red+Green+Blue) = 171+134+134=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 134 (52.73% from 255 or 30.52% from 439); Blue value is 134 (52.73% from 255 or 30.52% from 439); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8686 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8686 is #547979. Grayscale: #919191. Windows color (decimal): -5536122 or 8816299. OLE color: 8816299.

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

Color convert

RGB 171 134 134 -
CMYK 0 0.22 0.22 0.33
HSL 0.18% 0.6% -
HSV(B) 0.22% 0.67% -
XYZ 29.62 27.43 26.29 -
YUV 145.06 121.76 146.5 -
System Red Green Blue C M Y K H S L
Decimal 171 134 134 0 0.22 0.22 0.33 0 0.18 0.6
Hex AB 86 86 0 16 16 21 0 12 3C
Octal 253 206 206 0 26 26 41 0 22 74
Binary 10101011 10000110 10000110 0 10110 10110 100001 0 10010 111100

Color Harmonies of #AB8686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8686

Black with #AB8686

Text Example


Text Example

White with #AB8686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8686; }

 p { color: rgb(171,134,134); }

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

background-color css

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

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

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

border-color css

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

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

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