Html Css Color HEX #AB887B Brandy Rose

📋 copy color: '#AB887B'

red 171 ◦ green 136 ◦ blue 123

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

Shades of Brandy Rose #AB887B

Tints of Brandy Rose #AB887B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.6%

R = 39.77%
G = 31.63%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AB887B (or 0xAB887B) is known color: Brandy Rose. HEX triplet: AB, 88 and 7B. RGB value is (171,136,123). Sum of RGB (Red+Green+Blue) = 171+136+123=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 136 (53.52% from 255 or 31.63% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 171 - color contains mainly: red. Hex color #AB887B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB887B is #547784. Grayscale: #919191. Windows color (decimal): -5535621 or 8095915. OLE color: 8095915.

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

Color convert

RGB 171 136 123 -
CMYK 0 0.20 0.28 0.33
HSL 16.25º 0.22% 0.58% -
HSV(B) 16.25º 0.28% 0.67% -
XYZ 29.17 27.7 22.55 -
YUV 144.98 115.6 146.56 -
System Red Green Blue C M Y K H S L
Decimal 171 136 123 0 0.20 0.28 0.33 16.25 0.22 0.58
Hex AB 88 7B 0 14 1C 21 10 16 3A
Octal 253 210 173 0 24 34 41 20 26 72
Binary 10101011 10001000 1111011 0 10100 11100 100001 10000 10110 111010

Color Harmonies of #AB887B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB887B

Black with #AB887B

Text Example


Text Example

White with #AB887B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB887B; }

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

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

background-color css

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

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

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

border-color css

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

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

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