Html Css Color HEX #AB877C Brandy Rose

📋 copy color: '#AB877C'

red 171 ◦ green 135 ◦ blue 124

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

Shades of Brandy Rose #AB877C

Tints of Brandy Rose #AB877C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.4%

 BLUE value IS 124 (48.83% from 255) = 28.84%

R = 39.77%
G = 31.4%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AB877C (or 0xAB877C) is known color: Brandy Rose. HEX triplet: AB, 87 and 7C. RGB value is (171,135,124). Sum of RGB (Red+Green+Blue) = 171+135+124=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 171 - color contains mainly: red. Hex color #AB877C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB877C is #547883. Grayscale: #909090. Windows color (decimal): -5535876 or 8161195. OLE color: 8161195.

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

Color convert

RGB 171 135 124 -
CMYK 0 0.21 0.27 0.33
HSL 14.04º 0.22% 0.58% -
HSV(B) 14.04º 0.27% 0.67% -
XYZ 29.1 27.44 22.83 -
YUV 144.51 116.43 146.89 -
System Red Green Blue C M Y K H S L
Decimal 171 135 124 0 0.21 0.27 0.33 14.04 0.22 0.58
Hex AB 87 7C 0 15 1B 21 E 16 3A
Octal 253 207 174 0 25 33 41 16 26 72
Binary 10101011 10000111 1111100 0 10101 11011 100001 1110 10110 111010

Color Harmonies of #AB877C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB877C

Black with #AB877C

Text Example


Text Example

White with #AB877C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB877C; }

 p { color: rgb(171,135,124); }

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

background-color css

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

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

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

border-color css

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

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

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