#AF7D6C

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

Shades of Brandy Rose #AF7D6C

Tints of Brandy Rose #AF7D6C

Color information

#AF7D6C (or 0xAF7D6C) is unknown color: approx Brandy Rose. HEX triplet: AF, 7D and 6C. RGB value is (175,125,108). Sum of RGB (Red+Green+Blue) = 175+125+108=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 125 (49.22% from 255 or 30.64% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7D6C is #508293. Grayscale: #8A8A8A. Windows color (decimal): -5276308 or 7110063. OLE color: 7110063.

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

Color convert

RGB175125108-
CMYK00.290.380.31
HSL15.22º29.52%55.49%-
HSV(B)15.22º38.29%68.63%-
XYZ27.7224.8617.53-
YUV138.01111.06154.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.89%
GREEN value IS 125 (49.22% from 255) = 30.64%
BLUE value IS 108 (42.58% from 255) = 26.47%
R=42.89%
G=30.64%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512510800.290.380.3115.2229.5255.49
HexAF7D6C01D261Ff1e37
Octal2571751540354637173667
Binary101011111111101110110001110110011011111111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7D6C; }

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

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

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

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

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

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

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

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