Html Css Color HEX #A6877C Brandy Rose

📋 copy color: '#A6877C'

red 166 ◦ green 135 ◦ blue 124

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

Shades of Brandy Rose #A6877C

Tints of Brandy Rose #A6877C

RGB

 RED value IS 166 (65.23% from 255) = 39.06%

 GREEN value IS 135 (53.13% from 255) = 31.76%

 BLUE value IS 124 (48.83% from 255) = 29.18%

R = 39.06%
G = 31.76%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A6877C (or 0xA6877C) is known color: Brandy Rose. HEX triplet: A6, 87 and 7C. RGB value is (166,135,124). Sum of RGB (Red+Green+Blue) = 166+135+124=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 166 - color contains mainly: red. Hex color #A6877C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6877C is #597883. Grayscale: #8F8F8F. Windows color (decimal): -5863556 or 8161190. OLE color: 8161190.

HSL color Cylindrical-coordinate representation of color #A6877C: hue angle of 15.71º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6877C is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 135 124 -
CMYK 0 0.19 0.25 0.35
HSL 15.71º 0.19% 0.57% -
HSV(B) 15.71º 0.25% 0.65% -
XYZ 28.03 26.89 22.78 -
YUV 143.02 117.27 144.39 -
System Red Green Blue C M Y K H S L
Decimal 166 135 124 0 0.19 0.25 0.35 15.71 0.19 0.57
Hex A6 87 7C 0 13 19 23 10 13 39
Octal 246 207 174 0 23 31 43 20 23 71
Binary 10100110 10000111 1111100 0 10011 11001 100011 10000 10011 111001

Color Harmonies of #A6877C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6877C

Black with #A6877C

Text Example


Text Example

White with #A6877C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6877C; }

 p { color: rgb(166,135,124); }

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

background-color css

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

 a { background-color: rgb(166,135,124); }

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

border-color css

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

 span { border-color: rgb(166,135,124); }

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