Html Css Color HEX #AF4607 Rust

📋 copy color: '#AF4607'

red 175 ◦ green 70 ◦ blue 7

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

Shades of Rust #AF4607

Tints of Rust #AF4607

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.78%

 BLUE value IS 7 (3.13% from 255) = 2.78%

R = 69.44%
G = 27.78%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#AF4607 (or 0xAF4607) is known color: Rust. HEX triplet: AF, 46 and 07. RGB value is (175,70,7). Sum of RGB (Red+Green+Blue) = 175+70+7=252 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.44% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 7 (3.12% from 255 or 2.78% from 252); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4607 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4607 is #50B9F8. Grayscale: #5E5E5E. Windows color (decimal): -5290489 or 476847. OLE color: 476847.

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

Color convert

RGB 175 70 7 -
CMYK 0 0.60 0.96 0.31
HSL 22.5º 0.92% 0.36% -
HSV(B) 22.5º 0.96% 0.69% -
XYZ 19.91 13.51 1.76 -
YUV 94.21 78.79 185.62 -
System Red Green Blue C M Y K H S L
Decimal 175 70 7 0 0.60 0.96 0.31 22.5 0.92 0.36
Hex AF 46 7 0 3C 60 1F 16 5C 24
Octal 257 106 7 0 74 140 37 26 134 44
Binary 10101111 1000110 111 0 111100 1100000 11111 10110 1011100 100100

Color Harmonies of #AF4607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4607

Black with #AF4607

Text Example


Text Example

White with #AF4607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4607; }

 p { color: rgb(175,70,7); }

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

background-color css

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

 a { background-color: rgb(175,70,7); }

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

border-color css

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

 span { border-color: rgb(175,70,7); }

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