#AF0006

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

Shades of Sangria #AF0006

Tints of Sangria #AF0006

Color information

#AF0006 (or 0xAF0006) is unknown color: approx Sangria. HEX triplet: AF, 00 and 06. RGB value is (175,0,6). Sum of RGB (Red+Green+Blue) = 175+0+6=181 (23% of max value = 765). Red value is 175 (68.75% from 255 or 96.69% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 6 (2.73% from 255 or 3.31% from 181); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0006 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0006 is #50FFF9. Grayscale: #353535. Windows color (decimal): -5308410 or 393391. OLE color: 393391.

HSL color Cylindrical-coordinate representation of color #AF0006: hue angle of 357.94º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF0006 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB17506-
CMYK010.970.31
HSL357.94º100%34.31%-
HSV(B)357.94º100%68.63%-
XYZ17.719.131-
YUV53.01101.48215.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 96.69%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 6 (2.73% from 255) = 3.31%
R=96.69%
G=0%
B=3.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17506010.970.31357.9410034.31
HexAF06064611F1666422
Octal2570601441413754614442
Binary101011110110011001001100001111111011001101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0006; }

 p { color: rgb(175,0,6); }

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

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

 a { background-color: rgb(175,0,6); }

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

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

 span { border-color: rgb(175,0,6); }

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