#AF7C7C

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

Shades of Brandy Rose #AF7C7C

Tints of Brandy Rose #AF7C7C

Color information

#AF7C7C (or 0xAF7C7C) is unknown color: approx Brandy Rose. HEX triplet: AF, 7C and 7C. RGB value is (175,124,124). Sum of RGB (Red+Green+Blue) = 175+124+124=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7C7C is #508383. Grayscale: #8B8B8B. Windows color (decimal): -5276548 or 8158383. OLE color: 8158383.

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

Color convert

RGB175124124-
CMYK00.290.290.31
HSL24.17%58.63%-
HSV(B)29.14%68.63%-
XYZ28.5224.9822.39-
YUV139.25119.4153.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.37%
GREEN value IS 124 (48.83% from 255) = 29.31%
BLUE value IS 124 (48.83% from 255) = 29.31%
R=41.37%
G=29.31%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512412400.290.290.31024.1758.63
HexAF7C7C01D1D1F0183b
Octal257174174035353703073
Binary10101111111110011111000111011110111111011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7C7C; }

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

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

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

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

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

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

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

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