Html Css Color HEX #AF4F00 Rust

📋 copy color: '#AF4F00'

red 175 ◦ green 79 ◦ blue 0

#AF4F00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rust #AF4F00

Tints of Rust #AF4F00

RGB

 RED value IS 175 (68.75% from 255) = 68.9%

 GREEN value IS 79 (31.25% from 255) = 31.1%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.9%
G = 31.1%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#AF4F00 (or 0xAF4F00) is known color: Rust. HEX triplet: AF, 4F and 00. RGB value is (175,79,0). Sum of RGB (Red+Green+Blue) = 175+79+0=254 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.90% from 254); Green value is 79 (31.25% from 255 or 31.10% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF4F00 is #50B0FF. Grayscale: #636363. Windows color (decimal): -5288192 or 20399. OLE color: 20399.

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

Color convert

RGB 175 79 0 -
CMYK 0 0.55 1 0.31
HSL 27.09º 1% 0.34% -
HSV(B) 27.09º 1% 0.69% -
XYZ 20.48 14.71 1.76 -
YUV 98.7 72.3 182.42 -
System Red Green Blue C M Y K H S L
Decimal 175 79 0 0 0.55 1 0.31 27.09 1 0.34
Hex AF 4F 0 0 37 64 1F 1B 64 22
Octal 257 117 0 0 67 144 37 33 144 42
Binary 10101111 1001111 0 0 110111 1100100 11111 11011 1100100 100010

Color Harmonies of #AF4F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4F00

Black with #AF4F00

Text Example


Text Example

White with #AF4F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4F00; }

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

 H1.HeaderClassName
 {
   color: #AF4F00;
 }
 .AnyTagClassName
 {
   color: #AF4F00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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