Html Css Color HEX #AF5207 Rust

📋 copy color: '#AF5207'

red 175 ◦ green 82 ◦ blue 7

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

Shades of Rust #AF5207

Tints of Rust #AF5207

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.06%

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

R = 66.29%
G = 31.06%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#AF5207 (or 0xAF5207) is known color: Rust. HEX triplet: AF, 52 and 07. RGB value is (175,82,7). Sum of RGB (Red+Green+Blue) = 175+82+7=264 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.29% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 7 (3.12% from 255 or 2.65% from 264); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5207 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5207 is #50ADF8. Grayscale: #656565. Windows color (decimal): -5287417 or 479919. OLE color: 479919.

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

Color convert

RGB 175 82 7 -
CMYK 0 0.53 0.96 0.31
HSL 26.79º 0.92% 0.36% -
HSV(B) 26.79º 0.96% 0.69% -
XYZ 20.73 15.16 2.04 -
YUV 101.26 74.81 180.6 -
System Red Green Blue C M Y K H S L
Decimal 175 82 7 0 0.53 0.96 0.31 26.79 0.92 0.36
Hex AF 52 7 0 35 60 1F 1B 5C 24
Octal 257 122 7 0 65 140 37 33 134 44
Binary 10101111 1010010 111 0 110101 1100000 11111 11011 1011100 100100

Color Harmonies of #AF5207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5207

Black with #AF5207

Text Example


Text Example

White with #AF5207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5207; }

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

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

background-color css

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

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

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

border-color css

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

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

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