Html Css Color HEX #A6857B Brandy Rose

📋 copy color: '#A6857B'

red 166 ◦ green 133 ◦ blue 123

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

Shades of Brandy Rose #A6857B

Tints of Brandy Rose #A6857B

RGB

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

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

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

R = 39.34%
G = 31.52%
B = 29.15%

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

#A6857B (or 0xA6857B) is known color: Brandy Rose. HEX triplet: A6, 85 and 7B. RGB value is (166,133,123). Sum of RGB (Red+Green+Blue) = 166+133+123=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 166 - color contains mainly: red. Hex color #A6857B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6857B is #597A84. Grayscale: #8D8D8D. Windows color (decimal): -5864069 or 8095142. OLE color: 8095142.

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

Color convert

RGB 166 133 123 -
CMYK 0 0.20 0.26 0.35
HSL 13.95º 0.19% 0.57% -
HSV(B) 13.95º 0.26% 0.65% -
XYZ 27.69 26.31 22.36 -
YUV 141.73 117.43 145.31 -
System Red Green Blue C M Y K H S L
Decimal 166 133 123 0 0.20 0.26 0.35 13.95 0.19 0.57
Hex A6 85 7B 0 14 1A 23 E 13 39
Octal 246 205 173 0 24 32 43 16 23 71
Binary 10100110 10000101 1111011 0 10100 11010 100011 1110 10011 111001

Color Harmonies of #A6857B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6857B

Black with #A6857B

Text Example


Text Example

White with #A6857B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6857B; }

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

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

background-color css

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

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

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

border-color css

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

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

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