#A68982

Color #A68982 Brandy Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Rose #A68982

Tints of Brandy Rose #A68982

Color information

#A68982 (or 0xA68982) is unknown color: approx Brandy Rose. HEX triplet: A6, 89 and 82. RGB value is (166,137,130). Sum of RGB (Red+Green+Blue) = 166+137+130=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 137 (53.91% from 255 or 31.64% from 433); Blue value is 130 (51.17% from 255 or 30.02% from 433); Max value from RGB is 166 - color contains mainly: red. Hex color #A68982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68982 is #59767D. Grayscale: #909090. Windows color (decimal): -5863038 or 8554918. OLE color: 8554918.

HSL color Cylindrical-coordinate representation of color #A68982: hue angle of 11.67º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A68982 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB166137130-
CMYK00.170.220.35
HSL11.67º16.82%58.04%-
HSV(B)11.67º21.69%65.1%-
XYZ28.727.6124.94-
YUV144.87119.61143.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.34%
GREEN value IS 137 (53.91% from 255) = 31.64%
BLUE value IS 130 (51.17% from 255) = 30.02%
R=38.34%
G=31.64%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613713000.170.220.3511.6716.8258.04
HexA689820111623c113a
Octal2462112020212643142172
Binary10100110100010011000001001000110110100011110010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68982; }

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

 H1.HeaderClassName
 {
   color: #A68982;
 }
 .AnyTagClassName
 {
   color: #A68982;
 }
</style>
background-color css

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

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

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

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

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

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