Html Css Color HEX #AB8676 Brandy Rose

📋 copy color: '#AB8676'

red 171 ◦ green 134 ◦ blue 118

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

Shades of Brandy Rose #AB8676

Tints of Brandy Rose #AB8676

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.68%

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

R = 40.43%
G = 31.68%
B = 27.9%

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

#AB8676 (or 0xAB8676) is known color: Brandy Rose. HEX triplet: AB, 86 and 76. RGB value is (171,134,118). Sum of RGB (Red+Green+Blue) = 171+134+118=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8676 is #547989. Grayscale: #8F8F8F. Windows color (decimal): -5536138 or 7767723. OLE color: 7767723.

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

Color convert

RGB 171 134 118 -
CMYK 0 0.22 0.31 0.33
HSL 18.11º 0.24% 0.57% -
HSV(B) 18.11º 0.31% 0.67% -
XYZ 28.59 27.02 20.85 -
YUV 143.24 113.76 147.8 -
System Red Green Blue C M Y K H S L
Decimal 171 134 118 0 0.22 0.31 0.33 18.11 0.24 0.57
Hex AB 86 76 0 16 1F 21 12 18 39
Octal 253 206 166 0 26 37 41 22 30 71
Binary 10101011 10000110 1110110 0 10110 11111 100001 10010 11000 111001

Color Harmonies of #AB8676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8676

Black with #AB8676

Text Example


Text Example

White with #AB8676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8676; }

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

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

background-color css

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

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

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

border-color css

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

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

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