Html Css Color HEX #AB847C Brandy Rose

📋 copy color: '#AB847C'

red 171 ◦ green 132 ◦ blue 124

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

Shades of Brandy Rose #AB847C

Tints of Brandy Rose #AB847C

RGB

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

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

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

R = 40.05%
G = 30.91%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AB847C (or 0xAB847C) is known color: Brandy Rose. HEX triplet: AB, 84 and 7C. RGB value is (171,132,124). Sum of RGB (Red+Green+Blue) = 171+132+124=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 171 - color contains mainly: red. Hex color #AB847C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB847C is #547B83. Grayscale: #8E8E8E. Windows color (decimal): -5536644 or 8160427. OLE color: 8160427.

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

Color convert

RGB 171 132 124 -
CMYK 0 0.23 0.27 0.33
HSL 10.21º 0.22% 0.58% -
HSV(B) 10.21º 0.27% 0.67% -
XYZ 28.68 26.62 22.69 -
YUV 142.75 117.42 148.15 -
System Red Green Blue C M Y K H S L
Decimal 171 132 124 0 0.23 0.27 0.33 10.21 0.22 0.58
Hex AB 84 7C 0 17 1B 21 A 16 3A
Octal 253 204 174 0 27 33 41 12 26 72
Binary 10101011 10000100 1111100 0 10111 11011 100001 1010 10110 111010

Color Harmonies of #AB847C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB847C

Black with #AB847C

Text Example


Text Example

White with #AB847C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB847C; }

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

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

background-color css

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

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

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

border-color css

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

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

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