Html Css Color HEX #AB857F Brandy Rose

📋 copy color: '#AB857F'

red 171 ◦ green 133 ◦ blue 127

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

Shades of Brandy Rose #AB857F

Tints of Brandy Rose #AB857F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.47%

R = 39.68%
G = 30.86%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AB857F (or 0xAB857F) is known color: Brandy Rose. HEX triplet: AB, 85 and 7F. RGB value is (171,133,127). Sum of RGB (Red+Green+Blue) = 171+133+127=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 171 - color contains mainly: red. Hex color #AB857F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB857F is #547A80. Grayscale: #8F8F8F. Windows color (decimal): -5536385 or 8357291. OLE color: 8357291.

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

Color convert

RGB 171 133 127 -
CMYK 0 0.22 0.26 0.33
HSL 8.18º 0.21% 0.58% -
HSV(B) 8.18º 0.26% 0.67% -
XYZ 29.01 26.97 23.75 -
YUV 143.68 118.59 147.49 -
System Red Green Blue C M Y K H S L
Decimal 171 133 127 0 0.22 0.26 0.33 8.18 0.21 0.58
Hex AB 85 7F 0 16 1A 21 8 15 3A
Octal 253 205 177 0 26 32 41 10 25 72
Binary 10101011 10000101 1111111 0 10110 11010 100001 1000 10101 111010

Color Harmonies of #AB857F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB857F

Black with #AB857F

Text Example


Text Example

White with #AB857F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB857F; }

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

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

background-color css

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

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

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

border-color css

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

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

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