Html Css Color HEX #AB817D Brandy Rose

📋 copy color: '#AB817D'

red 171 ◦ green 129 ◦ blue 125

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

Shades of Brandy Rose #AB817D

Tints of Brandy Rose #AB817D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.35%

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

R = 40.24%
G = 30.35%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AB817D (or 0xAB817D) is known color: Brandy Rose. HEX triplet: AB, 81 and 7D. RGB value is (171,129,125). Sum of RGB (Red+Green+Blue) = 171+129+125=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 129 (50.78% from 255 or 30.35% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 171 - color contains mainly: red. Hex color #AB817D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB817D is #547E82. Grayscale: #8D8D8D. Windows color (decimal): -5537411 or 8225195. OLE color: 8225195.

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

Color convert

RGB 171 129 125 -
CMYK 0 0.25 0.27 0.33
HSL 5.22º 0.21% 0.58% -
HSV(B) 5.22º 0.27% 0.67% -
XYZ 28.35 25.84 22.9 -
YUV 141.1 118.91 149.33 -
System Red Green Blue C M Y K H S L
Decimal 171 129 125 0 0.25 0.27 0.33 5.22 0.21 0.58
Hex AB 81 7D 0 19 1B 21 5 15 3A
Octal 253 201 175 0 31 33 41 5 25 72
Binary 10101011 10000001 1111101 0 11001 11011 100001 101 10101 111010

Color Harmonies of #AB817D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB817D

Black with #AB817D

Text Example


Text Example

White with #AB817D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB817D; }

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

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

background-color css

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

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

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

border-color css

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

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

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