Html Css Color HEX #AB8879 Brandy Rose

📋 copy color: '#AB8879'

red 171 ◦ green 136 ◦ blue 121

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

Shades of Brandy Rose #AB8879

Tints of Brandy Rose #AB8879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 28.27%

R = 39.95%
G = 31.78%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AB8879 (or 0xAB8879) is known color: Brandy Rose. HEX triplet: AB, 88 and 79. RGB value is (171,136,121). Sum of RGB (Red+Green+Blue) = 171+136+121=428 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.95% from 428); Green value is 136 (53.52% from 255 or 31.78% from 428); Blue value is 121 (47.66% from 255 or 28.27% from 428); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8879 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8879 is #547786. Grayscale: #909090. Windows color (decimal): -5535623 or 7964843. OLE color: 7964843.

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

Color convert

RGB 171 136 121 -
CMYK 0 0.20 0.29 0.33
HSL 18º 0.23% 0.57% -
HSV(B) 18º 0.29% 0.67% -
XYZ 29.05 27.65 21.89 -
YUV 144.76 114.6 146.72 -
System Red Green Blue C M Y K H S L
Decimal 171 136 121 0 0.20 0.29 0.33 18 0.23 0.57
Hex AB 88 79 0 14 1D 21 12 17 39
Octal 253 210 171 0 24 35 41 22 27 71
Binary 10101011 10001000 1111001 0 10100 11101 100001 10010 10111 111001

Color Harmonies of #AB8879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8879

Black with #AB8879

Text Example


Text Example

White with #AB8879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8879; }

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

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

background-color css

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

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

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

border-color css

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

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

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