#AF4E08

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

Shades of Rust #AF4E08

Tints of Rust #AF4E08

Color information

#AF4E08 (or 0xAF4E08) is unknown color: approx Rust. HEX triplet: AF, 4E and 08. RGB value is (175,78,8). Sum of RGB (Red+Green+Blue) = 175+78+8=261 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.05% from 261); Green value is 78 (30.86% from 255 or 29.89% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF4E08 is #50B1F7. Grayscale: #636363. Windows color (decimal): -5288440 or 544431. OLE color: 544431.

HSL color Cylindrical-coordinate representation of color #AF4E08: hue angle of 25.15º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF4E08 is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB175788-
CMYK00.550.950.31
HSL25.15º91.26%35.88%-
HSV(B)25.15º95.43%68.63%-
XYZ20.4514.581.97-
YUV99.0276.64182.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 67.05%
GREEN value IS 78 (30.86% from 255) = 29.89%
BLUE value IS 8 (3.52% from 255) = 3.07%
R=67.05%
G=29.89%
B=3.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17578800.550.950.3125.1591.2635.88
HexAF4E80375F1F195b24
Octal25711610067137373113344
Binary10101111100111010000110111101111111111110011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4E08; }

 p { color: rgb(175,78,8); }

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

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

 a { background-color: rgb(175,78,8); }

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

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

 span { border-color: rgb(175,78,8); }

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