Html Css Color HEX #AB8079 Brandy Rose

📋 copy color: '#AB8079'

red 171 ◦ green 128 ◦ blue 121

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

Shades of Brandy Rose #AB8079

Tints of Brandy Rose #AB8079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 28.81%

R = 40.71%
G = 30.48%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AB8079 (or 0xAB8079) is known color: Brandy Rose. HEX triplet: AB, 80 and 79. RGB value is (171,128,121). Sum of RGB (Red+Green+Blue) = 171+128+121=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 121 (47.66% from 255 or 28.81% from 420); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8079 is #547F86. Grayscale: #8C8C8C. Windows color (decimal): -5537671 or 7962795. OLE color: 7962795.

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

Color convert

RGB 171 128 121 -
CMYK 0 0.25 0.29 0.33
HSL 8.4º 0.23% 0.57% -
HSV(B) 8.4º 0.29% 0.67% -
XYZ 27.96 25.48 21.53 -
YUV 140.06 117.25 150.07 -
System Red Green Blue C M Y K H S L
Decimal 171 128 121 0 0.25 0.29 0.33 8.4 0.23 0.57
Hex AB 80 79 0 19 1D 21 8 17 39
Octal 253 200 171 0 31 35 41 10 27 71
Binary 10101011 10000000 1111001 0 11001 11101 100001 1000 10111 111001

Color Harmonies of #AB8079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8079

Black with #AB8079

Text Example


Text Example

White with #AB8079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8079; }

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

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

background-color css

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

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

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

border-color css

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

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

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