Html Css Color HEX #AF4406 Rust

📋 copy color: '#AF4406'

red 175 ◦ green 68 ◦ blue 6

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

Shades of Rust #AF4406

Tints of Rust #AF4406

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.31%

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

R = 70.28%
G = 27.31%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF4406 (or 0xAF4406) is known color: Rust. HEX triplet: AF, 44 and 06. RGB value is (175,68,6). Sum of RGB (Red+Green+Blue) = 175+68+6=249 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.28% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 6 (2.73% from 255 or 2.41% from 249); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4406 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4406 is #50BBF9. Grayscale: #5D5D5D. Windows color (decimal): -5291002 or 410799. OLE color: 410799.

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

Color convert

RGB 175 68 6 -
CMYK 0 0.61 0.97 0.31
HSL 22.01º 0.93% 0.35% -
HSV(B) 22.01º 0.97% 0.69% -
XYZ 19.78 13.26 1.69 -
YUV 92.93 78.95 186.54 -
System Red Green Blue C M Y K H S L
Decimal 175 68 6 0 0.61 0.97 0.31 22.01 0.93 0.35
Hex AF 44 6 0 3D 61 1F 16 5D 23
Octal 257 104 6 0 75 141 37 26 135 43
Binary 10101111 1000100 110 0 111101 1100001 11111 10110 1011101 100011

Color Harmonies of #AF4406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4406

Black with #AF4406

Text Example


Text Example

White with #AF4406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4406; }

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

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

background-color css

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

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

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

border-color css

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

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

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