#AF817E

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

Shades of Brandy Rose #AF817E

Tints of Brandy Rose #AF817E

Color information

#AF817E (or 0xAF817E) is unknown color: approx Brandy Rose. HEX triplet: AF, 81 and 7E. RGB value is (175,129,126). Sum of RGB (Red+Green+Blue) = 175+129+126=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 126 (49.61% from 255 or 29.30% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AF817E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF817E is #507E81. Grayscale: #8E8E8E. Windows color (decimal): -5275266 or 8290735. OLE color: 8290735.

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

Color convert

RGB175129126-
CMYK00.260.280.31
HSL3.67º23.44%59.02%-
HSV(B)3.67º28%68.63%-
XYZ29.326.3223.28-
YUV142.41118.74151.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.70%
GREEN value IS 129 (50.78% from 255) = 30%
BLUE value IS 126 (49.61% from 255) = 29.30%
R=40.70%
G=30%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512912600.260.280.313.6723.4459.02
HexAF817E01A1C1F4173b
Octal257201176032343742773
Binary10101111100000011111110011010111001111110010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF817E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF817E; }

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

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

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

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

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

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

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

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