#AF7978

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

Shades of Brandy Rose #AF7978

Tints of Brandy Rose #AF7978

Color information

#AF7978 (or 0xAF7978) is unknown color: approx Brandy Rose. HEX triplet: AF, 79 and 78. RGB value is (175,121,120). Sum of RGB (Red+Green+Blue) = 175+121+120=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 121 (47.66% from 255 or 29.09% from 416); Blue value is 120 (47.27% from 255 or 28.85% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7978 is #508687. Grayscale: #898989. Windows color (decimal): -5277320 or 7895471. OLE color: 7895471.

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

Color convert

RGB175121120-
CMYK00.310.310.31
HSL1.09º25.58%57.84%-
HSV(B)1.09º31.43%68.63%-
XYZ27.9124.1420.96-
YUV137.03118.39155.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.07%
GREEN value IS 121 (47.66% from 255) = 29.09%
BLUE value IS 120 (47.27% from 255) = 28.85%
R=42.07%
G=29.09%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512112000.310.310.311.0925.5857.84
HexAF797801F1F1F11a3a
Octal257171170037373713272
Binary10101111111100111110000111111111111111111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7978; }

 p { color: rgb(175,121,120); }

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

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

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

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

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

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

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