#AF8A84

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

Shades of Brandy Rose #AF8A84

Tints of Brandy Rose #AF8A84

Color information

#AF8A84 (or 0xAF8A84) is unknown color: approx Brandy Rose. HEX triplet: AF, 8A and 84. RGB value is (175,138,132). Sum of RGB (Red+Green+Blue) = 175+138+132=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 138 (54.30% from 255 or 31.01% from 445); Blue value is 132 (51.95% from 255 or 29.66% from 445); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8A84 is #50757B. Grayscale: #949494. Windows color (decimal): -5272956 or 8686255. OLE color: 8686255.

HSL color Cylindrical-coordinate representation of color #AF8A84: hue angle of 8.37º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AF8A84 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB175138132-
CMYK00.210.250.31
HSL8.37º21.18%60.2%-
HSV(B)8.37º24.57%68.63%-
XYZ30.9328.9625.79-
YUV148.38118.76146.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.33%
GREEN value IS 138 (54.30% from 255) = 31.01%
BLUE value IS 132 (51.95% from 255) = 29.66%
R=39.33%
G=31.01%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513813200.210.250.318.3721.1860.2
HexAF8A84015191F8153c
Octal2572122040253137102574
Binary1010111110001010100001000101011100111111100010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8A84; }

 p { color: rgb(175,138,132); }

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

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

 a { background-color: rgb(175,138,132); }

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

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

 span { border-color: rgb(175,138,132); }

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