Html Css Color HEX #A6867C Brandy Rose

📋 copy color: '#A6867C'

red 166 ◦ green 134 ◦ blue 124

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

Shades of Brandy Rose #A6867C

Tints of Brandy Rose #A6867C

RGB

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

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

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

R = 39.15%
G = 31.6%
B = 29.25%

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

#A6867C (or 0xA6867C) is known color: Brandy Rose. HEX triplet: A6, 86 and 7C. RGB value is (166,134,124). Sum of RGB (Red+Green+Blue) = 166+134+124=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 134 (52.73% from 255 or 31.60% from 424); Blue value is 124 (48.83% from 255 or 29.25% from 424); Max value from RGB is 166 - color contains mainly: red. Hex color #A6867C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6867C is #597983. Grayscale: #8E8E8E. Windows color (decimal): -5863812 or 8160934. OLE color: 8160934.

HSL color Cylindrical-coordinate representation of color #A6867C: hue angle of 14.29º 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 #A6867C is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 134 124 -
CMYK 0 0.19 0.25 0.35
HSL 14.29º 0.19% 0.57% -
HSV(B) 14.29º 0.25% 0.65% -
XYZ 27.89 26.61 22.74 -
YUV 142.43 117.6 144.81 -
System Red Green Blue C M Y K H S L
Decimal 166 134 124 0 0.19 0.25 0.35 14.29 0.19 0.57
Hex A6 86 7C 0 13 19 23 E 13 39
Octal 246 206 174 0 23 31 43 16 23 71
Binary 10100110 10000110 1111100 0 10011 11001 100011 1110 10011 111001

Color Harmonies of #A6867C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6867C

Black with #A6867C

Text Example


Text Example

White with #A6867C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6867C; }

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

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

background-color css

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

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

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

border-color css

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

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

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