#AD4B08

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

Shades of Rust #AD4B08

Tints of Rust #AD4B08

Color information

#AD4B08 (or 0xAD4B08) is unknown color: approx Rust. HEX triplet: AD, 4B and 08. RGB value is (173,75,8). Sum of RGB (Red+Green+Blue) = 173+75+8=256 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.58% from 256); Green value is 75 (29.69% from 255 or 29.30% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4B08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4B08 is #52B4F7. Grayscale: #616161. Windows color (decimal): -5420280 or 543661. OLE color: 543661.

HSL color Cylindrical-coordinate representation of color #AD4B08: hue angle of 24.36º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD4B08 is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB173758-
CMYK00.570.950.32
HSL24.36º91.16%35.49%-
HSV(B)24.36º95.38%67.84%-
XYZ19.7913.931.88-
YUV96.6677.97182.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 67.58%
GREEN value IS 75 (29.69% from 255) = 29.30%
BLUE value IS 8 (3.52% from 255) = 3.12%
R=67.58%
G=29.30%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.95
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17375800.570.950.3224.3691.1635.49
HexAD4B80395F20185b23
Octal25511310071137403013343
Binary101011011001011100001110011011111100000110001011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4B08; }

 p { color: rgb(173,75,8); }

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

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

 a { background-color: rgb(173,75,8); }

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

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

 span { border-color: rgb(173,75,8); }

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