Html Css Color HEX #AB8A81 Brandy Rose

📋 copy color: '#AB8A81'

red 171 ◦ green 138 ◦ blue 129

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

Shades of Brandy Rose #AB8A81

Tints of Brandy Rose #AB8A81

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.51%

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

R = 39.04%
G = 31.51%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AB8A81 (or 0xAB8A81) is known color: Brandy Rose. HEX triplet: AB, 8A and 81. RGB value is (171,138,129). Sum of RGB (Red+Green+Blue) = 171+138+129=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 129 (50.78% from 255 or 29.45% from 438); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8A81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8A81 is #54757E. Grayscale: #929292. Windows color (decimal): -5535103 or 8489643. OLE color: 8489643.

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

Color convert

RGB 171 138 129 -
CMYK 0 0.19 0.25 0.33
HSL 12.86º 0.2% 0.59% -
HSV(B) 12.86º 0.25% 0.67% -
XYZ 29.85 28.42 24.68 -
YUV 146.84 117.93 145.23 -
System Red Green Blue C M Y K H S L
Decimal 171 138 129 0 0.19 0.25 0.33 12.86 0.2 0.59
Hex AB 8A 81 0 13 19 21 D 14 3B
Octal 253 212 201 0 23 31 41 15 24 73
Binary 10101011 10001010 10000001 0 10011 11001 100001 1101 10100 111011

Color Harmonies of #AB8A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8A81

Black with #AB8A81

Text Example


Text Example

White with #AB8A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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