#AF867D

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

Shades of Brandy Rose #AF867D

Tints of Brandy Rose #AF867D

Color information

#AF867D (or 0xAF867D) is unknown color: approx Brandy Rose. HEX triplet: AF, 86 and 7D. RGB value is (175,134,125). Sum of RGB (Red+Green+Blue) = 175+134+125=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AF867D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF867D is #507982. Grayscale: #919191. Windows color (decimal): -5273987 or 8226479. OLE color: 8226479.

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

Color convert

RGB175134125-
CMYK00.230.290.31
HSL10.8º23.81%58.82%-
HSV(B)10.8º28.57%68.63%-
XYZ29.9127.6423.16-
YUV145.23116.58149.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.32%
GREEN value IS 134 (52.73% from 255) = 30.88%
BLUE value IS 125 (49.22% from 255) = 28.80%
R=40.32%
G=30.88%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513412500.230.290.3110.823.8158.82
HexAF867D0171D1Fb183b
Octal2572061750273537133073
Binary101011111000011011111010101111110111111101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF867D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF867D; }

 p { color: rgb(175,134,125); }

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

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

 a { background-color: rgb(175,134,125); }

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

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

 span { border-color: rgb(175,134,125); }

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