Html Css Color HEX #AB8379 Brandy Rose

📋 copy color: '#AB8379'

red 171 ◦ green 131 ◦ blue 121

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

Shades of Brandy Rose #AB8379

Tints of Brandy Rose #AB8379

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.97%

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

R = 40.43%
G = 30.97%
B = 28.61%

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

#AB8379 (or 0xAB8379) is known color: Brandy Rose. HEX triplet: AB, 83 and 79. RGB value is (171,131,121). Sum of RGB (Red+Green+Blue) = 171+131+121=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8379 is #547C86. Grayscale: #8D8D8D. Windows color (decimal): -5536903 or 7963563. OLE color: 7963563.

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

Color convert

RGB 171 131 121 -
CMYK 0 0.23 0.29 0.33
HSL 12º 0.23% 0.57% -
HSV(B) 12º 0.29% 0.67% -
XYZ 28.36 26.27 21.67 -
YUV 141.82 116.25 148.81 -
System Red Green Blue C M Y K H S L
Decimal 171 131 121 0 0.23 0.29 0.33 12 0.23 0.57
Hex AB 83 79 0 17 1D 21 C 17 39
Octal 253 203 171 0 27 35 41 14 27 71
Binary 10101011 10000011 1111001 0 10111 11101 100001 1100 10111 111001

Color Harmonies of #AB8379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8379

Black with #AB8379

Text Example


Text Example

White with #AB8379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8379; }

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

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

background-color css

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

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

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

border-color css

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

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

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