Html Css Color HEX #AF4F06 Rust

📋 copy color: '#AF4F06'

red 175 ◦ green 79 ◦ blue 6

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

Shades of Rust #AF4F06

Tints of Rust #AF4F06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.31%

R = 67.31%
G = 30.38%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF4F06 (or 0xAF4F06) is known color: Rust. HEX triplet: AF, 4F and 06. RGB value is (175,79,6). Sum of RGB (Red+Green+Blue) = 175+79+6=260 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.31% from 260); Green value is 79 (31.25% from 255 or 30.38% from 260); Blue value is 6 (2.73% from 255 or 2.31% from 260); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF4F06 is #50B0F9. Grayscale: #636363. Windows color (decimal): -5288186 or 413615. OLE color: 413615.

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

Color convert

RGB 175 79 6 -
CMYK 0 0.55 0.97 0.31
HSL 25.92º 0.93% 0.35% -
HSV(B) 25.92º 0.97% 0.69% -
XYZ 20.51 14.72 1.93 -
YUV 99.38 75.3 181.94 -
System Red Green Blue C M Y K H S L
Decimal 175 79 6 0 0.55 0.97 0.31 25.92 0.93 0.35
Hex AF 4F 6 0 37 61 1F 1A 5D 23
Octal 257 117 6 0 67 141 37 32 135 43
Binary 10101111 1001111 110 0 110111 1100001 11111 11010 1011101 100011

Color Harmonies of #AF4F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4F06

Black with #AF4F06

Text Example


Text Example

White with #AF4F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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