Html Css Color HEX #AB827B Brandy Rose

📋 copy color: '#AB827B'

red 171 ◦ green 130 ◦ blue 123

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

Shades of Brandy Rose #AB827B

Tints of Brandy Rose #AB827B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.66%

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

R = 40.33%
G = 30.66%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AB827B (or 0xAB827B) is known color: Brandy Rose. HEX triplet: AB, 82 and 7B. RGB value is (171,130,123). Sum of RGB (Red+Green+Blue) = 171+130+123=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 123 (48.44% from 255 or 29.01% from 424); Max value from RGB is 171 - color contains mainly: red. Hex color #AB827B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB827B is #547D84. Grayscale: #8D8D8D. Windows color (decimal): -5537157 or 8094379. OLE color: 8094379.

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

Color convert

RGB 171 130 123 -
CMYK 0 0.24 0.28 0.33
HSL 8.75º 0.22% 0.58% -
HSV(B) 8.75º 0.28% 0.67% -
XYZ 28.35 26.05 22.27 -
YUV 141.46 117.58 149.07 -
System Red Green Blue C M Y K H S L
Decimal 171 130 123 0 0.24 0.28 0.33 8.75 0.22 0.58
Hex AB 82 7B 0 18 1C 21 9 16 3A
Octal 253 202 173 0 30 34 41 11 26 72
Binary 10101011 10000010 1111011 0 11000 11100 100001 1001 10110 111010

Color Harmonies of #AB827B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB827B

Black with #AB827B

Text Example


Text Example

White with #AB827B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB827B; }

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

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

background-color css

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

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

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

border-color css

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

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

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