Html Css Color HEX #A6867B Brandy Rose

📋 copy color: '#A6867B'

red 166 ◦ green 134 ◦ blue 123

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

Shades of Brandy Rose #A6867B

Tints of Brandy Rose #A6867B

RGB

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

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

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

R = 39.24%
G = 31.68%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A6867B (or 0xA6867B) is known color: Brandy Rose. HEX triplet: A6, 86 and 7B. RGB value is (166,134,123). Sum of RGB (Red+Green+Blue) = 166+134+123=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 166 - color contains mainly: red. Hex color #A6867B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6867B is #597984. Grayscale: #8E8E8E. Windows color (decimal): -5863813 or 8095398. OLE color: 8095398.

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

Color convert

RGB 166 134 123 -
CMYK 0 0.19 0.26 0.35
HSL 15.35º 0.19% 0.57% -
HSV(B) 15.35º 0.26% 0.65% -
XYZ 27.83 26.59 22.4 -
YUV 142.31 117.1 144.89 -
System Red Green Blue C M Y K H S L
Decimal 166 134 123 0 0.19 0.26 0.35 15.35 0.19 0.57
Hex A6 86 7B 0 13 1A 23 F 13 39
Octal 246 206 173 0 23 32 43 17 23 71
Binary 10100110 10000110 1111011 0 10011 11010 100011 1111 10011 111001

Color Harmonies of #A6867B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6867B

Black with #A6867B

Text Example


Text Example

White with #A6867B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6867B; }

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

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

background-color css

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

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

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

border-color css

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

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

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