Html Css Color HEX #AB8679 Brandy Rose

📋 copy color: '#AB8679'

red 171 ◦ green 134 ◦ blue 121

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

Shades of Brandy Rose #AB8679

Tints of Brandy Rose #AB8679

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.46%

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

R = 40.14%
G = 31.46%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AB8679 (or 0xAB8679) is known color: Brandy Rose. HEX triplet: AB, 86 and 79. RGB value is (171,134,121). Sum of RGB (Red+Green+Blue) = 171+134+121=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8679 is #547986. Grayscale: #8F8F8F. Windows color (decimal): -5536135 or 7964331. OLE color: 7964331.

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

Color convert

RGB 171 134 121 -
CMYK 0 0.22 0.29 0.33
HSL 15.6º 0.23% 0.57% -
HSV(B) 15.6º 0.29% 0.67% -
XYZ 28.77 27.09 21.8 -
YUV 143.58 115.26 147.56 -
System Red Green Blue C M Y K H S L
Decimal 171 134 121 0 0.22 0.29 0.33 15.6 0.23 0.57
Hex AB 86 79 0 16 1D 21 10 17 39
Octal 253 206 171 0 26 35 41 20 27 71
Binary 10101011 10000110 1111001 0 10110 11101 100001 10000 10111 111001

Color Harmonies of #AB8679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8679

Black with #AB8679

Text Example


Text Example

White with #AB8679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8679; }

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

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

background-color css

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

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

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

border-color css

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

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

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