Html Css Color HEX #AB8884 Brandy Rose

📋 copy color: '#AB8884'

red 171 ◦ green 136 ◦ blue 132

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

Shades of Brandy Rose #AB8884

Tints of Brandy Rose #AB8884

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.98%

 BLUE value IS 132 (51.95% from 255) = 30.07%

R = 38.95%
G = 30.98%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AB8884 (or 0xAB8884) is known color: Brandy Rose. HEX triplet: AB, 88 and 84. RGB value is (171,136,132). Sum of RGB (Red+Green+Blue) = 171+136+132=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 136 (53.52% from 255 or 30.98% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8884 is #54777B. Grayscale: #929292. Windows color (decimal): -5535612 or 8685739. OLE color: 8685739.

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

Color convert

RGB 171 136 132 -
CMYK 0 0.20 0.23 0.33
HSL 6.15º 0.19% 0.59% -
HSV(B) 6.15º 0.23% 0.67% -
XYZ 29.76 27.93 25.65 -
YUV 146.01 120.1 145.83 -
System Red Green Blue C M Y K H S L
Decimal 171 136 132 0 0.20 0.23 0.33 6.15 0.19 0.59
Hex AB 88 84 0 14 17 21 6 13 3B
Octal 253 210 204 0 24 27 41 6 23 73
Binary 10101011 10001000 10000100 0 10100 10111 100001 110 10011 111011

Color Harmonies of #AB8884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8884

Black with #AB8884

Text Example


Text Example

White with #AB8884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8884; }

 p { color: rgb(171,136,132); }

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

background-color css

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

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

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

border-color css

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

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

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