#A88074

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

Shades of Brandy Rose #A88074

Tints of Brandy Rose #A88074

Color information

#A88074 (or 0xA88074) is unknown color: approx Brandy Rose. HEX triplet: A8, 80 and 74. RGB value is (168,128,116). Sum of RGB (Red+Green+Blue) = 168+128+116=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 116 (45.70% from 255 or 28.16% from 412); Max value from RGB is 168 - color contains mainly: red. Hex color #A88074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88074 is #577F8B. Grayscale: #8A8A8A. Windows color (decimal): -5734284 or 7635112. OLE color: 7635112.

HSL color Cylindrical-coordinate representation of color #A88074: hue angle of 13.85º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A88074 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB168128116-
CMYK00.240.310.34
HSL13.85º23.01%55.69%-
HSV(B)13.85º30.95%65.88%-
XYZ27.0225.0219.93-
YUV138.59115.25148.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.78%
GREEN value IS 128 (50.39% from 255) = 31.07%
BLUE value IS 116 (45.70% from 255) = 28.16%
R=40.78%
G=31.07%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812811600.240.310.3413.8523.0155.69
HexA880740181F22e1738
Octal2502001640303742162770
Binary1010100010000000111010001100011111100010111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88074; }

 p { color: rgb(168,128,116); }

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

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

 a { background-color: rgb(168,128,116); }

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

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

 span { border-color: rgb(168,128,116); }

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