Html Css Color HEX #AB817B Brandy Rose

📋 copy color: '#AB817B'

red 171 ◦ green 129 ◦ blue 123

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

Shades of Brandy Rose #AB817B

Tints of Brandy Rose #AB817B

RGB

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

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

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

R = 40.43%
G = 30.5%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AB817B (or 0xAB817B) is known color: Brandy Rose. HEX triplet: AB, 81 and 7B. RGB value is (171,129,123). Sum of RGB (Red+Green+Blue) = 171+129+123=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #AB817B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB817B is #547E84. Grayscale: #8C8C8C. Windows color (decimal): -5537413 or 8094123. OLE color: 8094123.

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

Color convert

RGB 171 129 123 -
CMYK 0 0.25 0.28 0.33
HSL 7.5º 0.22% 0.58% -
HSV(B) 7.5º 0.28% 0.67% -
XYZ 28.22 25.79 22.23 -
YUV 140.87 117.91 149.49 -
System Red Green Blue C M Y K H S L
Decimal 171 129 123 0 0.25 0.28 0.33 7.5 0.22 0.58
Hex AB 81 7B 0 19 1C 21 8 16 3A
Octal 253 201 173 0 31 34 41 10 26 72
Binary 10101011 10000001 1111011 0 11001 11100 100001 1000 10110 111010

Color Harmonies of #AB817B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB817B

Black with #AB817B

Text Example


Text Example

White with #AB817B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB817B; }

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

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

background-color css

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

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

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

border-color css

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

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

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