Html Css Color HEX #AB8279 Brandy Rose

📋 copy color: '#AB8279'

red 171 ◦ green 130 ◦ blue 121

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

Shades of Brandy Rose #AB8279

Tints of Brandy Rose #AB8279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 28.67%

R = 40.52%
G = 30.81%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AB8279 (or 0xAB8279) is known color: Brandy Rose. HEX triplet: AB, 82 and 79. RGB value is (171,130,121). Sum of RGB (Red+Green+Blue) = 171+130+121=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8279 is #547D86. Grayscale: #8D8D8D. Windows color (decimal): -5537159 or 7963307. OLE color: 7963307.

HSL color Cylindrical-coordinate representation of color #AB8279: hue angle of 10.8º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB8279 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 130 121 -
CMYK 0 0.24 0.29 0.33
HSL 10.8º 0.23% 0.57% -
HSV(B) 10.8º 0.29% 0.67% -
XYZ 28.23 26 21.62 -
YUV 141.23 116.58 149.23 -
System Red Green Blue C M Y K H S L
Decimal 171 130 121 0 0.24 0.29 0.33 10.8 0.23 0.57
Hex AB 82 79 0 18 1D 21 B 17 39
Octal 253 202 171 0 30 35 41 13 27 71
Binary 10101011 10000010 1111001 0 11000 11101 100001 1011 10111 111001

Color Harmonies of #AB8279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8279

Black with #AB8279

Text Example


Text Example

White with #AB8279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8279; }

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

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

background-color css

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

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

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

border-color css

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

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

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