Html Css Color HEX #AB897C Brandy Rose

📋 copy color: '#AB897C'

red 171 ◦ green 137 ◦ blue 124

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

Shades of Brandy Rose #AB897C

Tints of Brandy Rose #AB897C

RGB

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

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

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

R = 39.58%
G = 31.71%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AB897C (or 0xAB897C) is known color: Brandy Rose. HEX triplet: AB, 89 and 7C. RGB value is (171,137,124). Sum of RGB (Red+Green+Blue) = 171+137+124=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 137 (53.91% from 255 or 31.71% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 171 - color contains mainly: red. Hex color #AB897C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB897C is #547683. Grayscale: #919191. Windows color (decimal): -5535364 or 8161707. OLE color: 8161707.

HSL color Cylindrical-coordinate representation of color #AB897C: hue angle of 16.6º 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 #AB897C is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 137 124 -
CMYK 0 0.20 0.27 0.33
HSL 16.6º 0.22% 0.58% -
HSV(B) 16.6º 0.27% 0.67% -
XYZ 29.38 28 22.93 -
YUV 145.68 115.76 146.06 -
System Red Green Blue C M Y K H S L
Decimal 171 137 124 0 0.20 0.27 0.33 16.6 0.22 0.58
Hex AB 89 7C 0 14 1B 21 11 16 3A
Octal 253 211 174 0 24 33 41 21 26 72
Binary 10101011 10001001 1111100 0 10100 11011 100001 10001 10110 111010

Color Harmonies of #AB897C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB897C

Black with #AB897C

Text Example


Text Example

White with #AB897C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB897C; }

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

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

background-color css

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

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

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

border-color css

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

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

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