Html Css Color HEX #AB8685 Brandy Rose

📋 copy color: '#AB8685'

red 171 ◦ green 134 ◦ blue 133

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

Shades of Brandy Rose #AB8685

Tints of Brandy Rose #AB8685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 30.37%

R = 39.04%
G = 30.59%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AB8685 (or 0xAB8685) is known color: Brandy Rose. HEX triplet: AB, 86 and 85. RGB value is (171,134,133). Sum of RGB (Red+Green+Blue) = 171+134+133=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 134 (52.73% from 255 or 30.59% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8685 is #54797A. Grayscale: #909090. Windows color (decimal): -5536123 or 8750763. OLE color: 8750763.

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

Color convert

RGB 171 134 133 -
CMYK 0 0.22 0.22 0.33
HSL 1.58º 0.18% 0.6% -
HSV(B) 1.58º 0.22% 0.67% -
XYZ 29.55 27.4 25.92 -
YUV 144.95 121.26 146.58 -
System Red Green Blue C M Y K H S L
Decimal 171 134 133 0 0.22 0.22 0.33 1.58 0.18 0.6
Hex AB 86 85 0 16 16 21 2 12 3C
Octal 253 206 205 0 26 26 41 2 22 74
Binary 10101011 10000110 10000101 0 10110 10110 100001 10 10010 111100

Color Harmonies of #AB8685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8685

Black with #AB8685

Text Example


Text Example

White with #AB8685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8685; }

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

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

background-color css

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

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

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

border-color css

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

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

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