Html Css Color HEX #A6857F Brandy Rose

📋 copy color: '#A6857F'

red 166 ◦ green 133 ◦ blue 127

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

Shades of Brandy Rose #A6857F

Tints of Brandy Rose #A6857F

RGB

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

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

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

R = 38.97%
G = 31.22%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A6857F (or 0xA6857F) is known color: Brandy Rose. HEX triplet: A6, 85 and 7F. RGB value is (166,133,127). Sum of RGB (Red+Green+Blue) = 166+133+127=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 166 - color contains mainly: red. Hex color #A6857F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6857F is #597A80. Grayscale: #8E8E8E. Windows color (decimal): -5864065 or 8357286. OLE color: 8357286.

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

Color convert

RGB 166 133 127 -
CMYK 0 0.20 0.23 0.35
HSL 9.23º 0.18% 0.57% -
HSV(B) 9.23º 0.23% 0.65% -
XYZ 27.94 26.41 23.7 -
YUV 142.18 119.43 144.99 -
System Red Green Blue C M Y K H S L
Decimal 166 133 127 0 0.20 0.23 0.35 9.23 0.18 0.57
Hex A6 85 7F 0 14 17 23 9 12 39
Octal 246 205 177 0 24 27 43 11 22 71
Binary 10100110 10000101 1111111 0 10100 10111 100011 1001 10010 111001

Color Harmonies of #A6857F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6857F

Black with #A6857F

Text Example


Text Example

White with #A6857F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6857F; }

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

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

background-color css

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

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

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

border-color css

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

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

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