Html Css Color HEX #AB8479 Brandy Rose

📋 copy color: '#AB8479'

red 171 ◦ green 132 ◦ blue 121

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

Shades of Brandy Rose #AB8479

Tints of Brandy Rose #AB8479

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.13%

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

R = 40.33%
G = 31.13%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AB8479 (or 0xAB8479) is known color: Brandy Rose. HEX triplet: AB, 84 and 79. RGB value is (171,132,121). Sum of RGB (Red+Green+Blue) = 171+132+121=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 132 (51.95% from 255 or 31.13% from 424); Blue value is 121 (47.66% from 255 or 28.54% from 424); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8479 is #547B86. Grayscale: #8E8E8E. Windows color (decimal): -5536647 or 7963819. OLE color: 7963819.

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

Color convert

RGB 171 132 121 -
CMYK 0 0.23 0.29 0.33
HSL 13.2º 0.23% 0.57% -
HSV(B) 13.2º 0.29% 0.67% -
XYZ 28.5 26.54 21.71 -
YUV 142.41 115.92 148.39 -
System Red Green Blue C M Y K H S L
Decimal 171 132 121 0 0.23 0.29 0.33 13.2 0.23 0.57
Hex AB 84 79 0 17 1D 21 D 17 39
Octal 253 204 171 0 27 35 41 15 27 71
Binary 10101011 10000100 1111001 0 10111 11101 100001 1101 10111 111001

Color Harmonies of #AB8479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8479

Black with #AB8479

Text Example


Text Example

White with #AB8479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8479; }

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

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

background-color css

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

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

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

border-color css

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

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

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