Html Css Color HEX #A6857C Brandy Rose

📋 copy color: '#A6857C'

red 166 ◦ green 133 ◦ blue 124

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

Shades of Brandy Rose #A6857C

Tints of Brandy Rose #A6857C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.44%

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

R = 39.24%
G = 31.44%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A6857C (or 0xA6857C) is known color: Brandy Rose. HEX triplet: A6, 85 and 7C. RGB value is (166,133,124). Sum of RGB (Red+Green+Blue) = 166+133+124=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 166 - color contains mainly: red. Hex color #A6857C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6857C is #597A83. Grayscale: #8D8D8D. Windows color (decimal): -5864068 or 8160678. OLE color: 8160678.

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

Color convert

RGB 166 133 124 -
CMYK 0 0.20 0.25 0.35
HSL 12.86º 0.19% 0.57% -
HSV(B) 12.86º 0.25% 0.65% -
XYZ 27.75 26.34 22.69 -
YUV 141.84 117.93 145.23 -
System Red Green Blue C M Y K H S L
Decimal 166 133 124 0 0.20 0.25 0.35 12.86 0.19 0.57
Hex A6 85 7C 0 14 19 23 D 13 39
Octal 246 205 174 0 24 31 43 15 23 71
Binary 10100110 10000101 1111100 0 10100 11001 100011 1101 10011 111001

Color Harmonies of #A6857C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6857C

Black with #A6857C

Text Example


Text Example

White with #A6857C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6857C; }

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

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

background-color css

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

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

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

border-color css

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

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

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