#AF7B71

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

Shades of Brandy Rose #AF7B71

Tints of Brandy Rose #AF7B71

Color information

#AF7B71 (or 0xAF7B71) is unknown color: approx Brandy Rose. HEX triplet: AF, 7B and 71. RGB value is (175,123,113). Sum of RGB (Red+Green+Blue) = 175+123+113=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 123 (48.44% from 255 or 29.93% from 411); Blue value is 113 (44.53% from 255 or 27.49% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7B71 is #50848E. Grayscale: #898989. Windows color (decimal): -5276815 or 7437231. OLE color: 7437231.

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

Color convert

RGB175123113-
CMYK00.300.350.31
HSL9.68º27.93%56.47%-
HSV(B)9.68º35.43%68.63%-
XYZ27.7424.4718.88-
YUV137.41114.23154.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.58%
GREEN value IS 123 (48.44% from 255) = 29.93%
BLUE value IS 113 (44.53% from 255) = 27.49%
R=42.58%
G=29.93%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512311300.300.350.319.6827.9356.47
HexAF7B7101E231Fa1c38
Octal2571731610364337123470
Binary101011111111011111000101111010001111111101011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7B71; }

 p { color: rgb(175,123,113); }

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

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

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

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

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

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

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