#AF8B7F

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

Shades of Brandy Rose #AF8B7F

Tints of Brandy Rose #AF8B7F

Color information

#AF8B7F (or 0xAF8B7F) is unknown color: approx Brandy Rose. HEX triplet: AF, 8B and 7F. RGB value is (175,139,127). Sum of RGB (Red+Green+Blue) = 175+139+127=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 139 (54.69% from 255 or 31.52% from 441); Blue value is 127 (50% from 255 or 28.80% from 441); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8B7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8B7F is #507480. Grayscale: #949494. Windows color (decimal): -5272705 or 8358831. OLE color: 8358831.

HSL color Cylindrical-coordinate representation of color #AF8B7F: hue angle of 15º 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 #AF8B7F is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB175139127-
CMYK00.210.270.31
HSL15º23.08%59.22%-
HSV(B)15º27.43%68.63%-
XYZ30.7429.1124.08-
YUV148.4115.93146.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.68%
GREEN value IS 139 (54.69% from 255) = 31.52%
BLUE value IS 127 (50% from 255) = 28.80%
R=39.68%
G=31.52%
B=28.80%

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
Decimal17513912700.210.270.311523.0859.22
HexAF8B7F0151B1Ff173b
Octal2572131770253337172773
Binary101011111000101111111110101011101111111111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8B7F; }

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

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

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

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

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

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

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

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