Html Css Color HEX #A6867D Brandy Rose

📋 copy color: '#A6867D'

red 166 ◦ green 134 ◦ blue 125

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

Shades of Brandy Rose #A6867D

Tints of Brandy Rose #A6867D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.41%

R = 39.06%
G = 31.53%
B = 29.41%

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

#A6867D (or 0xA6867D) is known color: Brandy Rose. HEX triplet: A6, 86 and 7D. RGB value is (166,134,125). Sum of RGB (Red+Green+Blue) = 166+134+125=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 166 - color contains mainly: red. Hex color #A6867D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6867D is #597982. Grayscale: #8E8E8E. Windows color (decimal): -5863811 or 8226470. OLE color: 8226470.

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

Color convert

RGB 166 134 125 -
CMYK 0 0.19 0.25 0.35
HSL 13.17º 0.19% 0.57% -
HSV(B) 13.17º 0.25% 0.65% -
XYZ 27.95 26.64 23.07 -
YUV 142.54 118.1 144.73 -
System Red Green Blue C M Y K H S L
Decimal 166 134 125 0 0.19 0.25 0.35 13.17 0.19 0.57
Hex A6 86 7D 0 13 19 23 D 13 39
Octal 246 206 175 0 23 31 43 15 23 71
Binary 10100110 10000110 1111101 0 10011 11001 100011 1101 10011 111001

Color Harmonies of #A6867D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6867D

Black with #A6867D

Text Example


Text Example

White with #A6867D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6867D; }

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

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

background-color css

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

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

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

border-color css

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

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

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