#AF7F6D

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

Shades of Brandy Rose #AF7F6D

Tints of Brandy Rose #AF7F6D

Color information

#AF7F6D (or 0xAF7F6D) is unknown color: approx Brandy Rose. HEX triplet: AF, 7F and 6D. RGB value is (175,127,109). Sum of RGB (Red+Green+Blue) = 175+127+109=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 127 (50% from 255 or 30.90% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7F6D is #508092. Grayscale: #8B8B8B. Windows color (decimal): -5275795 or 7176111. OLE color: 7176111.

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

Color convert

RGB175127109-
CMYK00.270.380.31
HSL16.36º29.2%55.69%-
HSV(B)16.36º37.71%68.63%-
XYZ28.0325.417.89-
YUV139.3110.9153.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.58%
GREEN value IS 127 (50% from 255) = 30.90%
BLUE value IS 109 (42.97% from 255) = 26.52%
R=42.58%
G=30.90%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512710900.270.380.3116.3629.255.69
HexAF7F6D01B261F101d38
Octal2571771550334637203570
Binary1010111111111111101101011011100110111111000011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7F6D; }

 p { color: rgb(175,127,109); }

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

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

 a { background-color: rgb(175,127,109); }

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

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

 span { border-color: rgb(175,127,109); }

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