Html Css Color HEX #AB8B81 Brandy Rose

📋 copy color: '#AB8B81'

red 171 ◦ green 139 ◦ blue 129

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

Shades of Brandy Rose #AB8B81

Tints of Brandy Rose #AB8B81

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.66%

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

R = 38.95%
G = 31.66%
B = 29.38%

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

#AB8B81 (or 0xAB8B81) is known color: Brandy Rose. HEX triplet: AB, 8B and 81. RGB value is (171,139,129). Sum of RGB (Red+Green+Blue) = 171+139+129=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 139 (54.69% from 255 or 31.66% from 439); Blue value is 129 (50.78% from 255 or 29.38% from 439); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8B81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8B81 is #54747E. Grayscale: #939393. Windows color (decimal): -5534847 or 8489899. OLE color: 8489899.

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

Color convert

RGB 171 139 129 -
CMYK 0 0.19 0.25 0.33
HSL 14.29º 0.2% 0.59% -
HSV(B) 14.29º 0.25% 0.67% -
XYZ 29.99 28.71 24.73 -
YUV 147.43 117.6 144.81 -
System Red Green Blue C M Y K H S L
Decimal 171 139 129 0 0.19 0.25 0.33 14.29 0.2 0.59
Hex AB 8B 81 0 13 19 21 E 14 3B
Octal 253 213 201 0 23 31 41 16 24 73
Binary 10101011 10001011 10000001 0 10011 11001 100001 1110 10100 111011

Color Harmonies of #AB8B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8B81

Black with #AB8B81

Text Example


Text Example

White with #AB8B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8B81; }

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

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

background-color css

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

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

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

border-color css

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

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

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