Html Css Color HEX #AB8883 Brandy Rose

📋 copy color: '#AB8883'

red 171 ◦ green 136 ◦ blue 131

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

Shades of Brandy Rose #AB8883

Tints of Brandy Rose #AB8883

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.05%

 BLUE value IS 131 (51.56% from 255) = 29.91%

R = 39.04%
G = 31.05%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AB8883 (or 0xAB8883) is known color: Brandy Rose. HEX triplet: AB, 88 and 83. RGB value is (171,136,131). Sum of RGB (Red+Green+Blue) = 171+136+131=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 131 (51.56% from 255 or 29.91% from 438); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8883 is #54777C. Grayscale: #919191. Windows color (decimal): -5535613 or 8620203. OLE color: 8620203.

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

Color convert

RGB 171 136 131 -
CMYK 0 0.20 0.23 0.33
HSL 7.5º 0.19% 0.59% -
HSV(B) 7.5º 0.23% 0.67% -
XYZ 29.7 27.9 25.29 -
YUV 145.9 119.6 145.91 -
System Red Green Blue C M Y K H S L
Decimal 171 136 131 0 0.20 0.23 0.33 7.5 0.19 0.59
Hex AB 88 83 0 14 17 21 8 13 3B
Octal 253 210 203 0 24 27 41 10 23 73
Binary 10101011 10001000 10000011 0 10100 10111 100001 1000 10011 111011

Color Harmonies of #AB8883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8883

Black with #AB8883

Text Example


Text Example

White with #AB8883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8883; }

 p { color: rgb(171,136,131); }

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

background-color css

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

 a { background-color: rgb(171,136,131); }

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

border-color css

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

 span { border-color: rgb(171,136,131); }

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