Html Css Color HEX #AB877A Brandy Rose

📋 copy color: '#AB877A'

red 171 ◦ green 135 ◦ blue 122

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

Shades of Brandy Rose #AB877A

Tints of Brandy Rose #AB877A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.5%

R = 39.95%
G = 31.54%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AB877A (or 0xAB877A) is known color: Brandy Rose. HEX triplet: AB, 87 and 7A. RGB value is (171,135,122). Sum of RGB (Red+Green+Blue) = 171+135+122=428 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.95% from 428); Green value is 135 (53.12% from 255 or 31.54% from 428); Blue value is 122 (48.05% from 255 or 28.50% from 428); Max value from RGB is 171 - color contains mainly: red. Hex color #AB877A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB877A is #547885. Grayscale: #909090. Windows color (decimal): -5535878 or 8030123. OLE color: 8030123.

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

Color convert

RGB 171 135 122 -
CMYK 0 0.21 0.29 0.33
HSL 15.92º 0.23% 0.57% -
HSV(B) 15.92º 0.29% 0.67% -
XYZ 28.97 27.39 22.17 -
YUV 144.28 115.43 147.06 -
System Red Green Blue C M Y K H S L
Decimal 171 135 122 0 0.21 0.29 0.33 15.92 0.23 0.57
Hex AB 87 7A 0 15 1D 21 10 17 39
Octal 253 207 172 0 25 35 41 20 27 71
Binary 10101011 10000111 1111010 0 10101 11101 100001 10000 10111 111001

Color Harmonies of #AB877A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB877A

Black with #AB877A

Text Example


Text Example

White with #AB877A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB877A; }

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

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

background-color css

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

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

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

border-color css

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

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

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