Html Css Color HEX #AB8076 Brandy Rose

📋 copy color: '#AB8076'

red 171 ◦ green 128 ◦ blue 118

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

Shades of Brandy Rose #AB8076

Tints of Brandy Rose #AB8076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.3%

R = 41.01%
G = 30.7%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AB8076 (or 0xAB8076) is known color: Brandy Rose. HEX triplet: AB, 80 and 76. RGB value is (171,128,118). Sum of RGB (Red+Green+Blue) = 171+128+118=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8076 is #547F89. Grayscale: #8B8B8B. Windows color (decimal): -5537674 or 7766187. OLE color: 7766187.

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

Color convert

RGB 171 128 118 -
CMYK 0 0.25 0.31 0.33
HSL 11.32º 0.24% 0.57% -
HSV(B) 11.32º 0.31% 0.67% -
XYZ 27.78 25.4 20.58 -
YUV 139.72 115.75 150.31 -
System Red Green Blue C M Y K H S L
Decimal 171 128 118 0 0.25 0.31 0.33 11.32 0.24 0.57
Hex AB 80 76 0 19 1F 21 B 18 39
Octal 253 200 166 0 31 37 41 13 30 71
Binary 10101011 10000000 1110110 0 11001 11111 100001 1011 11000 111001

Color Harmonies of #AB8076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8076

Black with #AB8076

Text Example


Text Example

White with #AB8076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8076; }

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

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

background-color css

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

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

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

border-color css

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

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

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