#AF8A7F

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

Shades of Brandy Rose #AF8A7F

Tints of Brandy Rose #AF8A7F

Color information

#AF8A7F (or 0xAF8A7F) is unknown color: approx Brandy Rose. HEX triplet: AF, 8A and 7F. RGB value is (175,138,127). Sum of RGB (Red+Green+Blue) = 175+138+127=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 138 (54.30% from 255 or 31.36% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8A7F is #507580. Grayscale: #939393. Windows color (decimal): -5272961 or 8358575. OLE color: 8358575.

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

Color convert

RGB175138127-
CMYK00.210.270.31
HSL13.75º23.08%59.22%-
HSV(B)13.75º27.43%68.63%-
XYZ30.628.8224.03-
YUV147.81116.26147.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.77%
GREEN value IS 138 (54.30% from 255) = 31.36%
BLUE value IS 127 (50% from 255) = 28.86%
R=39.77%
G=31.36%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513812700.210.270.3113.7523.0859.22
HexAF8A7F0151B1Fe173b
Octal2572121770253337162773
Binary101011111000101011111110101011101111111111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8A7F; }

 p { color: rgb(175,138,127); }

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

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

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

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

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

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

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