Html Css Color HEX #A6857D Brandy Rose

📋 copy color: '#A6857D'

red 166 ◦ green 133 ◦ blue 125

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

Shades of Brandy Rose #A6857D

Tints of Brandy Rose #A6857D

RGB

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

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

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

R = 39.15%
G = 31.37%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A6857D (or 0xA6857D) is known color: Brandy Rose. HEX triplet: A6, 85 and 7D. RGB value is (166,133,125). Sum of RGB (Red+Green+Blue) = 166+133+125=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 133 (52.34% from 255 or 31.37% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 166 - color contains mainly: red. Hex color #A6857D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6857D is #597A82. Grayscale: #8E8E8E. Windows color (decimal): -5864067 or 8226214. OLE color: 8226214.

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

Color convert

RGB 166 133 125 -
CMYK 0 0.20 0.25 0.35
HSL 11.71º 0.19% 0.57% -
HSV(B) 11.71º 0.25% 0.65% -
XYZ 27.82 26.36 23.02 -
YUV 141.96 118.43 145.15 -
System Red Green Blue C M Y K H S L
Decimal 166 133 125 0 0.20 0.25 0.35 11.71 0.19 0.57
Hex A6 85 7D 0 14 19 23 C 13 39
Octal 246 205 175 0 24 31 43 14 23 71
Binary 10100110 10000101 1111101 0 10100 11001 100011 1100 10011 111001

Color Harmonies of #A6857D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6857D

Black with #A6857D

Text Example


Text Example

White with #A6857D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6857D; }

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

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

background-color css

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

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

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

border-color css

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

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

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