Html Css Color HEX #AB8576 Brandy Rose

📋 copy color: '#AB8576'

red 171 ◦ green 133 ◦ blue 118

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

Shades of Brandy Rose #AB8576

Tints of Brandy Rose #AB8576

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.52%

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

R = 40.52%
G = 31.52%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AB8576 (or 0xAB8576) is known color: Brandy Rose. HEX triplet: AB, 85 and 76. RGB value is (171,133,118). Sum of RGB (Red+Green+Blue) = 171+133+118=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8576 is #547A89. Grayscale: #8E8E8E. Windows color (decimal): -5536394 or 7767467. OLE color: 7767467.

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

Color convert

RGB 171 133 118 -
CMYK 0 0.22 0.31 0.33
HSL 16.98º 0.24% 0.57% -
HSV(B) 16.98º 0.31% 0.67% -
XYZ 28.45 26.74 20.8 -
YUV 142.65 114.09 148.22 -
System Red Green Blue C M Y K H S L
Decimal 171 133 118 0 0.22 0.31 0.33 16.98 0.24 0.57
Hex AB 85 76 0 16 1F 21 11 18 39
Octal 253 205 166 0 26 37 41 21 30 71
Binary 10101011 10000101 1110110 0 10110 11111 100001 10001 11000 111001

Color Harmonies of #AB8576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8576

Black with #AB8576

Text Example


Text Example

White with #AB8576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8576; }

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

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

background-color css

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

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

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

border-color css

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

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

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