#A68980

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

Shades of Brandy Rose #A68980

Tints of Brandy Rose #A68980

Color information

#A68980 (or 0xA68980) is unknown color: approx Brandy Rose. HEX triplet: A6, 89 and 80. RGB value is (166,137,128). Sum of RGB (Red+Green+Blue) = 166+137+128=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 166 - color contains mainly: red. Hex color #A68980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68980 is #59767F. Grayscale: #909090. Windows color (decimal): -5863040 or 8423846. OLE color: 8423846.

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

Color convert

RGB166137128-
CMYK00.170.230.35
HSL14.21º17.59%57.65%-
HSV(B)14.21º22.89%65.1%-
XYZ28.5727.5624.24-
YUV144.65118.61143.23-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.52%
GREEN value IS 137 (53.91% from 255) = 31.79%
BLUE value IS 128 (50.39% from 255) = 29.70%
R=38.52%
G=31.79%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613712800.170.230.3514.2117.5957.65
HexA689800111723e123a
Octal2462112000212743162272
Binary10100110100010011000000001000110111100011111010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68980; }

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

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

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

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

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

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

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

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