Html Css Color HEX #AB8481 Brandy Rose

📋 copy color: '#AB8481'

red 171 ◦ green 132 ◦ blue 129

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

Shades of Brandy Rose #AB8481

Tints of Brandy Rose #AB8481

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.56%

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

R = 39.58%
G = 30.56%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AB8481 (or 0xAB8481) is known color: Brandy Rose. HEX triplet: AB, 84 and 81. RGB value is (171,132,129). Sum of RGB (Red+Green+Blue) = 171+132+129=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 132 (51.95% from 255 or 30.56% from 432); Blue value is 129 (50.78% from 255 or 29.86% from 432); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8481 is #547B7E. Grayscale: #8F8F8F. Windows color (decimal): -5536639 or 8488107. OLE color: 8488107.

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

Color convert

RGB 171 132 129 -
CMYK 0 0.23 0.25 0.33
HSL 4.29º 0.2% 0.59% -
HSV(B) 4.29º 0.25% 0.67% -
XYZ 29.01 26.75 24.4 -
YUV 143.32 119.92 147.74 -
System Red Green Blue C M Y K H S L
Decimal 171 132 129 0 0.23 0.25 0.33 4.29 0.2 0.59
Hex AB 84 81 0 17 19 21 4 14 3B
Octal 253 204 201 0 27 31 41 4 24 73
Binary 10101011 10000100 10000001 0 10111 11001 100001 100 10100 111011

Color Harmonies of #AB8481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8481

Black with #AB8481

Text Example


Text Example

White with #AB8481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8481; }

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

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

background-color css

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

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

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

border-color css

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

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

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