Html Css Color HEX #AB877E Brandy Rose

📋 copy color: '#AB877E'

red 171 ◦ green 135 ◦ blue 126

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

Shades of Brandy Rose #AB877E

Tints of Brandy Rose #AB877E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.17%

R = 39.58%
G = 31.25%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AB877E (or 0xAB877E) is known color: Brandy Rose. HEX triplet: AB, 87 and 7E. RGB value is (171,135,126). Sum of RGB (Red+Green+Blue) = 171+135+126=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 135 (53.12% from 255 or 31.25% from 432); Blue value is 126 (49.61% from 255 or 29.17% from 432); Max value from RGB is 171 - color contains mainly: red. Hex color #AB877E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB877E is #547881. Grayscale: #909090. Windows color (decimal): -5535874 or 8292267. OLE color: 8292267.

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

Color convert

RGB 171 135 126 -
CMYK 0 0.21 0.26 0.33
HSL 12º 0.21% 0.58% -
HSV(B) 12º 0.26% 0.67% -
XYZ 29.22 27.49 23.5 -
YUV 144.74 117.43 146.73 -
System Red Green Blue C M Y K H S L
Decimal 171 135 126 0 0.21 0.26 0.33 12 0.21 0.58
Hex AB 87 7E 0 15 1A 21 C 15 3A
Octal 253 207 176 0 25 32 41 14 25 72
Binary 10101011 10000111 1111110 0 10101 11010 100001 1100 10101 111010

Color Harmonies of #AB877E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB877E

Black with #AB877E

Text Example


Text Example

White with #AB877E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB877E; }

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

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

background-color css

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

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

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

border-color css

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

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

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