Html Css Color HEX #AB807E Brandy Rose

📋 copy color: '#AB807E'

red 171 ◦ green 128 ◦ blue 126

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

Shades of Brandy Rose #AB807E

Tints of Brandy Rose #AB807E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.12%

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

R = 40.24%
G = 30.12%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AB807E (or 0xAB807E) is known color: Brandy Rose. HEX triplet: AB, 80 and 7E. RGB value is (171,128,126). Sum of RGB (Red+Green+Blue) = 171+128+126=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 171 - color contains mainly: red. Hex color #AB807E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB807E is #547F81. Grayscale: #8C8C8C. Windows color (decimal): -5537666 or 8290475. OLE color: 8290475.

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

Color convert

RGB 171 128 126 -
CMYK 0 0.25 0.26 0.33
HSL 2.67º 0.21% 0.58% -
HSV(B) 2.67º 0.26% 0.67% -
XYZ 28.28 25.6 23.19 -
YUV 140.63 119.75 149.66 -
System Red Green Blue C M Y K H S L
Decimal 171 128 126 0 0.25 0.26 0.33 2.67 0.21 0.58
Hex AB 80 7E 0 19 1A 21 3 15 3A
Octal 253 200 176 0 31 32 41 3 25 72
Binary 10101011 10000000 1111110 0 11001 11010 100001 11 10101 111010

Color Harmonies of #AB807E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB807E

Black with #AB807E

Text Example


Text Example

White with #AB807E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB807E; }

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

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

background-color css

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

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

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

border-color css

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

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

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