#AF7E70

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

Shades of Brandy Rose #AF7E70

Tints of Brandy Rose #AF7E70

Color information

#AF7E70 (or 0xAF7E70) is unknown color: approx Brandy Rose. HEX triplet: AF, 7E and 70. RGB value is (175,126,112). Sum of RGB (Red+Green+Blue) = 175+126+112=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 126 (49.61% from 255 or 30.51% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7E70 is #50818F. Grayscale: #8B8B8B. Windows color (decimal): -5276048 or 7372463. OLE color: 7372463.

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

Color convert

RGB175126112-
CMYK00.280.360.31
HSL13.33º28.25%56.27%-
HSV(B)13.33º36%68.63%-
XYZ28.0625.2118.72-
YUV139.05112.73153.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.37%
GREEN value IS 126 (49.61% from 255) = 30.51%
BLUE value IS 112 (44.14% from 255) = 27.12%
R=42.37%
G=30.51%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512611200.280.360.3113.3328.2556.27
HexAF7E7001C241Fd1c38
Octal2571761600344437153470
Binary101011111111110111000001110010010011111110111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7E70; }

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

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

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

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

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

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

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

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