Html Css Color HEX #AB8980 Brandy Rose

📋 copy color: '#AB8980'

red 171 ◦ green 137 ◦ blue 128

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

Shades of Brandy Rose #AB8980

Tints of Brandy Rose #AB8980

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.42%

 BLUE value IS 128 (50.39% from 255) = 29.36%

R = 39.22%
G = 31.42%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AB8980 (or 0xAB8980) is known color: Brandy Rose. HEX triplet: AB, 89 and 80. RGB value is (171,137,128). Sum of RGB (Red+Green+Blue) = 171+137+128=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8980 is #54767F. Grayscale: #929292. Windows color (decimal): -5535360 or 8423851. OLE color: 8423851.

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

Color convert

RGB 171 137 128 -
CMYK 0 0.20 0.25 0.33
HSL 12.56º 0.2% 0.59% -
HSV(B) 12.56º 0.25% 0.67% -
XYZ 29.64 28.11 24.29 -
YUV 146.14 117.76 145.73 -
System Red Green Blue C M Y K H S L
Decimal 171 137 128 0 0.20 0.25 0.33 12.56 0.2 0.59
Hex AB 89 80 0 14 19 21 D 14 3B
Octal 253 211 200 0 24 31 41 15 24 73
Binary 10101011 10001001 10000000 0 10100 11001 100001 1101 10100 111011

Color Harmonies of #AB8980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8980

Black with #AB8980

Text Example


Text Example

White with #AB8980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8980; }

 p { color: rgb(171,137,128); }

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

background-color css

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

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

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

border-color css

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

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

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