Html Css Color HEX #AB8778 Brandy Rose

📋 copy color: '#AB8778'

red 171 ◦ green 135 ◦ blue 120

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

Shades of Brandy Rose #AB8778

Tints of Brandy Rose #AB8778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.17%

R = 40.14%
G = 31.69%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AB8778 (or 0xAB8778) is known color: Brandy Rose. HEX triplet: AB, 87 and 78. RGB value is (171,135,120). Sum of RGB (Red+Green+Blue) = 171+135+120=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 135 (53.12% from 255 or 31.69% from 426); Blue value is 120 (47.27% from 255 or 28.17% from 426); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8778 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8778 is #547887. Grayscale: #909090. Windows color (decimal): -5535880 or 7899051. OLE color: 7899051.

HSL color Cylindrical-coordinate representation of color #AB8778: hue angle of 17.65º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB8778 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 135 120 -
CMYK 0 0.21 0.30 0.33
HSL 17.65º 0.23% 0.57% -
HSV(B) 17.65º 0.3% 0.67% -
XYZ 28.85 27.34 21.53 -
YUV 144.05 114.43 147.22 -
System Red Green Blue C M Y K H S L
Decimal 171 135 120 0 0.21 0.30 0.33 17.65 0.23 0.57
Hex AB 87 78 0 15 1E 21 12 17 39
Octal 253 207 170 0 25 36 41 22 27 71
Binary 10101011 10000111 1111000 0 10101 11110 100001 10010 10111 111001

Color Harmonies of #AB8778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8778

Black with #AB8778

Text Example


Text Example

White with #AB8778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8778; }

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

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

background-color css

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

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

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

border-color css

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

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

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