#AF7E6D

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

Shades of Brandy Rose #AF7E6D

Tints of Brandy Rose #AF7E6D

Color information

#AF7E6D (or 0xAF7E6D) is unknown color: approx Brandy Rose. HEX triplet: AF, 7E and 6D. RGB value is (175,126,109). Sum of RGB (Red+Green+Blue) = 175+126+109=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 126 (49.61% from 255 or 30.73% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7E6D is #508192. Grayscale: #8A8A8A. Windows color (decimal): -5276051 or 7175855. OLE color: 7175855.

HSL color Cylindrical-coordinate representation of color #AF7E6D: hue angle of 15.45º 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 #AF7E6D is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB175126109-
CMYK00.280.380.31
HSL15.45º29.2%55.69%-
HSV(B)15.45º37.71%68.63%-
XYZ27.925.1417.85-
YUV138.71111.23153.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.68%
GREEN value IS 126 (49.61% from 255) = 30.73%
BLUE value IS 109 (42.97% from 255) = 26.59%
R=42.68%
G=30.73%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512610900.280.380.3115.4529.255.69
HexAF7E6D01C261Ff1d38
Octal2571761550344637173570
Binary101011111111110110110101110010011011111111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7E6D; }

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

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

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

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

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

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

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

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