Html Css Color HEX #A6847B Brandy Rose

📋 copy color: '#A6847B'

red 166 ◦ green 132 ◦ blue 123

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

Shades of Brandy Rose #A6847B

Tints of Brandy Rose #A6847B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.35%

 BLUE value IS 123 (48.44% from 255) = 29.22%

R = 39.43%
G = 31.35%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A6847B (or 0xA6847B) is known color: Brandy Rose. HEX triplet: A6, 84 and 7B. RGB value is (166,132,123). Sum of RGB (Red+Green+Blue) = 166+132+123=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 132 (51.95% from 255 or 31.35% from 421); Blue value is 123 (48.44% from 255 or 29.22% from 421); Max value from RGB is 166 - color contains mainly: red. Hex color #A6847B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6847B is #597B84. Grayscale: #8D8D8D. Windows color (decimal): -5864325 or 8094886. OLE color: 8094886.

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

Color convert

RGB 166 132 123 -
CMYK 0 0.20 0.26 0.35
HSL 12.56º 0.19% 0.57% -
HSV(B) 12.56º 0.26% 0.65% -
XYZ 27.55 26.04 22.31 -
YUV 141.14 117.76 145.73 -
System Red Green Blue C M Y K H S L
Decimal 166 132 123 0 0.20 0.26 0.35 12.56 0.19 0.57
Hex A6 84 7B 0 14 1A 23 D 13 39
Octal 246 204 173 0 24 32 43 15 23 71
Binary 10100110 10000100 1111011 0 10100 11010 100011 1101 10011 111001

Color Harmonies of #A6847B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6847B

Black with #A6847B

Text Example


Text Example

White with #A6847B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6847B; }

 p { color: rgb(166,132,123); }

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

background-color css

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

 a { background-color: rgb(166,132,123); }

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

border-color css

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

 span { border-color: rgb(166,132,123); }

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