Html Css Color HEX #A6827C Brandy Rose

📋 copy color: '#A6827C'

red 166 ◦ green 130 ◦ blue 124

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

Shades of Brandy Rose #A6827C

Tints of Brandy Rose #A6827C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.95%

 BLUE value IS 124 (48.83% from 255) = 29.52%

R = 39.52%
G = 30.95%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A6827C (or 0xA6827C) is known color: Brandy Rose. HEX triplet: A6, 82 and 7C. RGB value is (166,130,124). Sum of RGB (Red+Green+Blue) = 166+130+124=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 166 - color contains mainly: red. Hex color #A6827C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6827C is #597D83. Grayscale: #8C8C8C. Windows color (decimal): -5864836 or 8159910. OLE color: 8159910.

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

Color convert

RGB 166 130 124 -
CMYK 0 0.22 0.25 0.35
HSL 8.57º 0.19% 0.57% -
HSV(B) 8.57º 0.25% 0.65% -
XYZ 27.35 25.53 22.55 -
YUV 140.08 118.93 146.49 -
System Red Green Blue C M Y K H S L
Decimal 166 130 124 0 0.22 0.25 0.35 8.57 0.19 0.57
Hex A6 82 7C 0 16 19 23 9 13 39
Octal 246 202 174 0 26 31 43 11 23 71
Binary 10100110 10000010 1111100 0 10110 11001 100011 1001 10011 111001

Color Harmonies of #A6827C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6827C

Black with #A6827C

Text Example


Text Example

White with #A6827C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6827C; }

 p { color: rgb(166,130,124); }

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

background-color css

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

 a { background-color: rgb(166,130,124); }

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

border-color css

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

 span { border-color: rgb(166,130,124); }

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