Html Css Color HEX #AB857D Brandy Rose

📋 copy color: '#AB857D'

red 171 ◦ green 133 ◦ blue 125

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

Shades of Brandy Rose #AB857D

Tints of Brandy Rose #AB857D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31%

 BLUE value IS 125 (49.22% from 255) = 29.14%

R = 39.86%
G = 31%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AB857D (or 0xAB857D) is known color: Brandy Rose. HEX triplet: AB, 85 and 7D. RGB value is (171,133,125). Sum of RGB (Red+Green+Blue) = 171+133+125=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 171 - color contains mainly: red. Hex color #AB857D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB857D is #547A82. Grayscale: #8F8F8F. Windows color (decimal): -5536387 or 8226219. OLE color: 8226219.

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

Color convert

RGB 171 133 125 -
CMYK 0 0.22 0.27 0.33
HSL 10.43º 0.21% 0.58% -
HSV(B) 10.43º 0.27% 0.67% -
XYZ 28.88 26.91 23.07 -
YUV 143.45 117.59 147.65 -
System Red Green Blue C M Y K H S L
Decimal 171 133 125 0 0.22 0.27 0.33 10.43 0.21 0.58
Hex AB 85 7D 0 16 1B 21 A 15 3A
Octal 253 205 175 0 26 33 41 12 25 72
Binary 10101011 10000101 1111101 0 10110 11011 100001 1010 10101 111010

Color Harmonies of #AB857D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB857D

Black with #AB857D

Text Example


Text Example

White with #AB857D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB857D; }

 p { color: rgb(171,133,125); }

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

background-color css

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

 a { background-color: rgb(171,133,125); }

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

border-color css

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

 span { border-color: rgb(171,133,125); }

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