#AF7C6D

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

Shades of Brandy Rose #AF7C6D

Tints of Brandy Rose #AF7C6D

Color information

#AF7C6D (or 0xAF7C6D) is unknown color: approx Brandy Rose. HEX triplet: AF, 7C and 6D. RGB value is (175,124,109). Sum of RGB (Red+Green+Blue) = 175+124+109=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 124 (48.83% from 255 or 30.39% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7C6D is #508392. Grayscale: #898989. Windows color (decimal): -5276563 or 7175343. OLE color: 7175343.

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

Color convert

RGB175124109-
CMYK00.290.380.31
HSL13.64º29.2%55.69%-
HSV(B)13.64º37.71%68.63%-
XYZ27.6524.6317.77-
YUV137.54111.9154.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.89%
GREEN value IS 124 (48.83% from 255) = 30.39%
BLUE value IS 109 (42.97% from 255) = 26.72%
R=42.89%
G=30.39%
B=26.72%

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
Decimal17512410900.290.380.3113.6429.255.69
HexAF7C6D01D261Fe1d38
Octal2571741550354637163570
Binary101011111111100110110101110110011011111111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7C6D; }

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

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

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

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

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

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

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

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