Html Css Color HEX #A87F79 Brandy Rose

📋 copy color: '#A87F79'

red 168 ◦ green 127 ◦ blue 121

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

Shades of Brandy Rose #A87F79

Tints of Brandy Rose #A87F79

RGB

 RED value IS 168 (66.02% from 255) = 40.38%

 GREEN value IS 127 (50% from 255) = 30.53%

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

R = 40.38%
G = 30.53%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#A87F79 (or 0xA87F79) is known color: Brandy Rose. HEX triplet: A8, 7F and 79. RGB value is (168,127,121). Sum of RGB (Red+Green+Blue) = 168+127+121=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 121 (47.66% from 255 or 29.09% from 416); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87F79 is #578086. Grayscale: #8A8A8A. Windows color (decimal): -5734535 or 7962536. OLE color: 7962536.

HSL color Cylindrical-coordinate representation of color #A87F79: hue angle of 7.66º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A87F79 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 127 121 -
CMYK 0 0.24 0.28 0.34
HSL 7.66º 0.21% 0.57% -
HSV(B) 7.66º 0.28% 0.66% -
XYZ 27.19 24.88 21.46 -
YUV 138.58 118.08 148.99 -
System Red Green Blue C M Y K H S L
Decimal 168 127 121 0 0.24 0.28 0.34 7.66 0.21 0.57
Hex A8 7F 79 0 18 1C 22 8 15 39
Octal 250 177 171 0 30 34 42 10 25 71
Binary 10101000 1111111 1111001 0 11000 11100 100010 1000 10101 111001

Color Harmonies of #A87F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87F79

Black with #A87F79

Text Example


Text Example

White with #A87F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87F79; }

 p { color: rgb(168,127,121); }

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

background-color css

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

 a { background-color: rgb(168,127,121); }

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

border-color css

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

 span { border-color: rgb(168,127,121); }

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