Html Css Color HEX #AB847E Brandy Rose

📋 copy color: '#AB847E'

red 171 ◦ green 132 ◦ blue 126

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

Shades of Brandy Rose #AB847E

Tints of Brandy Rose #AB847E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.37%

R = 39.86%
G = 30.77%
B = 29.37%

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

#AB847E (or 0xAB847E) is known color: Brandy Rose. HEX triplet: AB, 84 and 7E. RGB value is (171,132,126). Sum of RGB (Red+Green+Blue) = 171+132+126=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 132 (51.95% from 255 or 30.77% from 429); Blue value is 126 (49.61% from 255 or 29.37% from 429); Max value from RGB is 171 - color contains mainly: red. Hex color #AB847E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB847E is #547B81. Grayscale: #8F8F8F. Windows color (decimal): -5536642 or 8291499. OLE color: 8291499.

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

Color convert

RGB 171 132 126 -
CMYK 0 0.23 0.26 0.33
HSL 0.21% 0.58% -
HSV(B) 0.26% 0.67% -
XYZ 28.81 26.67 23.37 -
YUV 142.98 118.42 147.99 -
System Red Green Blue C M Y K H S L
Decimal 171 132 126 0 0.23 0.26 0.33 8 0.21 0.58
Hex AB 84 7E 0 17 1A 21 8 15 3A
Octal 253 204 176 0 27 32 41 10 25 72
Binary 10101011 10000100 1111110 0 10111 11010 100001 1000 10101 111010

Color Harmonies of #AB847E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB847E

Black with #AB847E

Text Example


Text Example

White with #AB847E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB847E; }

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

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

background-color css

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

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

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

border-color css

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

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

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