Html Css Color HEX #AB7F7D Brandy Rose

📋 copy color: '#AB7F7D'

red 171 ◦ green 127 ◦ blue 125

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

Shades of Brandy Rose #AB7F7D

Tints of Brandy Rose #AB7F7D

RGB

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

 GREEN value IS 127 (50% from 255) = 30.02%

 BLUE value IS 125 (49.22% from 255) = 29.55%

R = 40.43%
G = 30.02%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AB7F7D (or 0xAB7F7D) is known color: Brandy Rose. HEX triplet: AB, 7F and 7D. RGB value is (171,127,125). Sum of RGB (Red+Green+Blue) = 171+127+125=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7F7D is #548082. Grayscale: #8B8B8B. Windows color (decimal): -5537923 or 8224683. OLE color: 8224683.

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

Color convert

RGB 171 127 125 -
CMYK 0 0.26 0.27 0.33
HSL 2.61º 0.21% 0.58% -
HSV(B) 2.61º 0.27% 0.67% -
XYZ 28.09 25.32 22.81 -
YUV 139.93 119.58 150.16 -
System Red Green Blue C M Y K H S L
Decimal 171 127 125 0 0.26 0.27 0.33 2.61 0.21 0.58
Hex AB 7F 7D 0 1A 1B 21 3 15 3A
Octal 253 177 175 0 32 33 41 3 25 72
Binary 10101011 1111111 1111101 0 11010 11011 100001 11 10101 111010

Color Harmonies of #AB7F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7F7D

Black with #AB7F7D

Text Example


Text Example

White with #AB7F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7F7D; }

 p { color: rgb(171,127,125); }

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

background-color css

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

 a { background-color: rgb(171,127,125); }

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

border-color css

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

 span { border-color: rgb(171,127,125); }

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