Html Css Color HEX #AB887E Brandy Rose

📋 copy color: '#AB887E'

red 171 ◦ green 136 ◦ blue 126

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

Shades of Brandy Rose #AB887E

Tints of Brandy Rose #AB887E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.1%

R = 39.49%
G = 31.41%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AB887E (or 0xAB887E) is known color: Brandy Rose. HEX triplet: AB, 88 and 7E. RGB value is (171,136,126). Sum of RGB (Red+Green+Blue) = 171+136+126=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 171 - color contains mainly: red. Hex color #AB887E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB887E is #547781. Grayscale: #919191. Windows color (decimal): -5535618 or 8292523. OLE color: 8292523.

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

Color convert

RGB 171 136 126 -
CMYK 0 0.20 0.26 0.33
HSL 13.33º 0.21% 0.58% -
HSV(B) 13.33º 0.26% 0.67% -
XYZ 29.36 27.77 23.55 -
YUV 145.33 117.1 146.31 -
System Red Green Blue C M Y K H S L
Decimal 171 136 126 0 0.20 0.26 0.33 13.33 0.21 0.58
Hex AB 88 7E 0 14 1A 21 D 15 3A
Octal 253 210 176 0 24 32 41 15 25 72
Binary 10101011 10001000 1111110 0 10100 11010 100001 1101 10101 111010

Color Harmonies of #AB887E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB887E

Black with #AB887E

Text Example


Text Example

White with #AB887E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB887E; }

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

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

background-color css

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

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

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

border-color css

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

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

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