Html Css Color HEX #A6867F Brandy Rose

📋 copy color: '#A6867F'

red 166 ◦ green 134 ◦ blue 127

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

Shades of Brandy Rose #A6867F

Tints of Brandy Rose #A6867F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.74%

R = 38.88%
G = 31.38%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A6867F (or 0xA6867F) is known color: Brandy Rose. HEX triplet: A6, 86 and 7F. RGB value is (166,134,127). Sum of RGB (Red+Green+Blue) = 166+134+127=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 134 (52.73% from 255 or 31.38% from 427); Blue value is 127 (50% from 255 or 29.74% from 427); Max value from RGB is 166 - color contains mainly: red. Hex color #A6867F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6867F is #597980. Grayscale: #8E8E8E. Windows color (decimal): -5863809 or 8357542. OLE color: 8357542.

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

Color convert

RGB 166 134 127 -
CMYK 0 0.19 0.23 0.35
HSL 10.77º 0.18% 0.57% -
HSV(B) 10.77º 0.23% 0.65% -
XYZ 28.08 26.69 23.75 -
YUV 142.77 119.1 144.57 -
System Red Green Blue C M Y K H S L
Decimal 166 134 127 0 0.19 0.23 0.35 10.77 0.18 0.57
Hex A6 86 7F 0 13 17 23 B 12 39
Octal 246 206 177 0 23 27 43 13 22 71
Binary 10100110 10000110 1111111 0 10011 10111 100011 1011 10010 111001

Color Harmonies of #A6867F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6867F

Black with #A6867F

Text Example


Text Example

White with #A6867F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6867F; }

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

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

background-color css

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

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

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

border-color css

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

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

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