Html Css Color HEX #AF5204 Rust

📋 copy color: '#AF5204'

red 175 ◦ green 82 ◦ blue 4

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

Shades of Rust #AF5204

Tints of Rust #AF5204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.53%

R = 67.05%
G = 31.42%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF5204 (or 0xAF5204) is known color: Rust. HEX triplet: AF, 52 and 04. RGB value is (175,82,4). Sum of RGB (Red+Green+Blue) = 175+82+4=261 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.05% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 4 (1.95% from 255 or 1.53% from 261); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5204 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5204 is #50ADFB. Grayscale: #656565. Windows color (decimal): -5287420 or 283311. OLE color: 283311.

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

Color convert

RGB 175 82 4 -
CMYK 0 0.53 0.98 0.31
HSL 27.37º 0.96% 0.35% -
HSV(B) 27.37º 0.98% 0.69% -
XYZ 20.72 15.16 1.95 -
YUV 100.92 73.31 180.84 -
System Red Green Blue C M Y K H S L
Decimal 175 82 4 0 0.53 0.98 0.31 27.37 0.96 0.35
Hex AF 52 4 0 35 62 1F 1B 60 23
Octal 257 122 4 0 65 142 37 33 140 43
Binary 10101111 1010010 100 0 110101 1100010 11111 11011 1100000 100011

Color Harmonies of #AF5204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5204

Black with #AF5204

Text Example


Text Example

White with #AF5204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5204; }

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

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

background-color css

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

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

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

border-color css

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

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

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