Html Css Color HEX #AB8780 Brandy Rose

📋 copy color: '#AB8780'

red 171 ◦ green 135 ◦ blue 128

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

Shades of Brandy Rose #AB8780

Tints of Brandy Rose #AB8780

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.11%

 BLUE value IS 128 (50.39% from 255) = 29.49%

R = 39.4%
G = 31.11%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AB8780 (or 0xAB8780) is known color: Brandy Rose. HEX triplet: AB, 87 and 80. RGB value is (171,135,128). Sum of RGB (Red+Green+Blue) = 171+135+128=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 135 (53.12% from 255 or 31.11% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8780 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8780 is #54787F. Grayscale: #919191. Windows color (decimal): -5535872 or 8423339. OLE color: 8423339.

HSL color Cylindrical-coordinate representation of color #AB8780: hue angle of 9.77º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AB8780 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 135 128 -
CMYK 0 0.21 0.25 0.33
HSL 9.77º 0.2% 0.59% -
HSV(B) 9.77º 0.25% 0.67% -
XYZ 29.35 27.54 24.19 -
YUV 144.97 118.43 146.57 -
System Red Green Blue C M Y K H S L
Decimal 171 135 128 0 0.21 0.25 0.33 9.77 0.2 0.59
Hex AB 87 80 0 15 19 21 A 14 3B
Octal 253 207 200 0 25 31 41 12 24 73
Binary 10101011 10000111 10000000 0 10101 11001 100001 1010 10100 111011

Color Harmonies of #AB8780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8780

Black with #AB8780

Text Example


Text Example

White with #AB8780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8780; }

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

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

background-color css

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

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

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

border-color css

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

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

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