Html Css Color HEX #AB8781 Brandy Rose

📋 copy color: '#AB8781'

red 171 ◦ green 135 ◦ blue 129

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

Shades of Brandy Rose #AB8781

Tints of Brandy Rose #AB8781

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.03%

 BLUE value IS 129 (50.78% from 255) = 29.66%

R = 39.31%
G = 31.03%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AB8781 (or 0xAB8781) is known color: Brandy Rose. HEX triplet: AB, 87 and 81. RGB value is (171,135,129). Sum of RGB (Red+Green+Blue) = 171+135+129=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 129 (50.78% from 255 or 29.66% from 435); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8781 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8781 is #54787E. Grayscale: #919191. Windows color (decimal): -5535871 or 8488875. OLE color: 8488875.

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

Color convert

RGB 171 135 129 -
CMYK 0 0.21 0.25 0.33
HSL 8.57º 0.2% 0.59% -
HSV(B) 8.57º 0.25% 0.67% -
XYZ 29.42 27.57 24.54 -
YUV 145.08 118.93 146.49 -
System Red Green Blue C M Y K H S L
Decimal 171 135 129 0 0.21 0.25 0.33 8.57 0.2 0.59
Hex AB 87 81 0 15 19 21 9 14 3B
Octal 253 207 201 0 25 31 41 11 24 73
Binary 10101011 10000111 10000001 0 10101 11001 100001 1001 10100 111011

Color Harmonies of #AB8781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8781

Black with #AB8781

Text Example


Text Example

White with #AB8781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8781; }

 p { color: rgb(171,135,129); }

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

background-color css

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

 a { background-color: rgb(171,135,129); }

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

border-color css

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

 span { border-color: rgb(171,135,129); }

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