Html Css Color HEX #AB8276 Brandy Rose

📋 copy color: '#AB8276'

red 171 ◦ green 130 ◦ blue 118

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

Shades of Brandy Rose #AB8276

Tints of Brandy Rose #AB8276

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.03%

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

R = 40.81%
G = 31.03%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AB8276 (or 0xAB8276) is known color: Brandy Rose. HEX triplet: AB, 82 and 76. RGB value is (171,130,118). Sum of RGB (Red+Green+Blue) = 171+130+118=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 118 (46.48% from 255 or 28.16% from 419); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8276 is #547D89. Grayscale: #8C8C8C. Windows color (decimal): -5537162 or 7766699. OLE color: 7766699.

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

Color convert

RGB 171 130 118 -
CMYK 0 0.24 0.31 0.33
HSL 13.58º 0.24% 0.57% -
HSV(B) 13.58º 0.31% 0.67% -
XYZ 28.05 25.93 20.67 -
YUV 140.89 115.08 149.48 -
System Red Green Blue C M Y K H S L
Decimal 171 130 118 0 0.24 0.31 0.33 13.58 0.24 0.57
Hex AB 82 76 0 18 1F 21 E 18 39
Octal 253 202 166 0 30 37 41 16 30 71
Binary 10101011 10000010 1110110 0 11000 11111 100001 1110 11000 111001

Color Harmonies of #AB8276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8276

Black with #AB8276

Text Example


Text Example

White with #AB8276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8276; }

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

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

background-color css

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

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

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

border-color css

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

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

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