Html Css Color HEX #AB8682 Brandy Rose

📋 copy color: '#AB8682'

red 171 ◦ green 134 ◦ blue 130

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

Shades of Brandy Rose #AB8682

Tints of Brandy Rose #AB8682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 29.89%

R = 39.31%
G = 30.8%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AB8682 (or 0xAB8682) is known color: Brandy Rose. HEX triplet: AB, 86 and 82. RGB value is (171,134,130). Sum of RGB (Red+Green+Blue) = 171+134+130=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8682 is #54797D. Grayscale: #909090. Windows color (decimal): -5536126 or 8554155. OLE color: 8554155.

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

Color convert

RGB 171 134 130 -
CMYK 0 0.22 0.24 0.33
HSL 5.85º 0.2% 0.59% -
HSV(B) 5.85º 0.24% 0.67% -
XYZ 29.35 27.32 24.85 -
YUV 144.61 119.76 146.83 -
System Red Green Blue C M Y K H S L
Decimal 171 134 130 0 0.22 0.24 0.33 5.85 0.2 0.59
Hex AB 86 82 0 16 18 21 6 14 3B
Octal 253 206 202 0 26 30 41 6 24 73
Binary 10101011 10000110 10000010 0 10110 11000 100001 110 10100 111011

Color Harmonies of #AB8682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8682

Black with #AB8682

Text Example


Text Example

White with #AB8682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8682; }

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

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

background-color css

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

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

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

border-color css

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

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

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