Html Css Color HEX #AB847F Brandy Rose

📋 copy color: '#AB847F'

red 171 ◦ green 132 ◦ blue 127

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

Shades of Brandy Rose #AB847F

Tints of Brandy Rose #AB847F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.7%

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

R = 39.77%
G = 30.7%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AB847F (or 0xAB847F) is known color: Brandy Rose. HEX triplet: AB, 84 and 7F. RGB value is (171,132,127). Sum of RGB (Red+Green+Blue) = 171+132+127=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 171 - color contains mainly: red. Hex color #AB847F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB847F is #547B80. Grayscale: #8F8F8F. Windows color (decimal): -5536641 or 8357035. OLE color: 8357035.

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

Color convert

RGB 171 132 127 -
CMYK 0 0.23 0.26 0.33
HSL 6.82º 0.21% 0.58% -
HSV(B) 6.82º 0.26% 0.67% -
XYZ 28.88 26.69 23.71 -
YUV 143.09 118.92 147.91 -
System Red Green Blue C M Y K H S L
Decimal 171 132 127 0 0.23 0.26 0.33 6.82 0.21 0.58
Hex AB 84 7F 0 17 1A 21 7 15 3A
Octal 253 204 177 0 27 32 41 7 25 72
Binary 10101011 10000100 1111111 0 10111 11010 100001 111 10101 111010

Color Harmonies of #AB847F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB847F

Black with #AB847F

Text Example


Text Example

White with #AB847F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB847F; }

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

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

background-color css

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

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

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

border-color css

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

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

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