#AF8A7E

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

Shades of Brandy Rose #AF8A7E

Tints of Brandy Rose #AF8A7E

Color information

#AF8A7E (or 0xAF8A7E) is unknown color: approx Brandy Rose. HEX triplet: AF, 8A and 7E. RGB value is (175,138,126). Sum of RGB (Red+Green+Blue) = 175+138+126=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 138 (54.30% from 255 or 31.44% from 439); Blue value is 126 (49.61% from 255 or 28.70% from 439); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8A7E is #507581. Grayscale: #939393. Windows color (decimal): -5272962 or 8293039. OLE color: 8293039.

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

Color convert

RGB175138126-
CMYK00.210.280.31
HSL14.69º23.44%59.02%-
HSV(B)14.69º28%68.63%-
XYZ30.5328.823.69-
YUV147.7115.76147.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.86%
GREEN value IS 138 (54.30% from 255) = 31.44%
BLUE value IS 126 (49.61% from 255) = 28.70%
R=39.86%
G=31.44%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513812600.210.280.3114.6923.4459.02
HexAF8A7E0151C1Ff173b
Octal2572121760253437172773
Binary101011111000101011111100101011110011111111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8A7E; }

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

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

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

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

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

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

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

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