Html Css Color HEX #AF4805 Rust

📋 copy color: '#AF4805'

red 175 ◦ green 72 ◦ blue 5

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

Shades of Rust #AF4805

Tints of Rust #AF4805

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.57%

 BLUE value IS 5 (2.34% from 255) = 1.98%

R = 69.44%
G = 28.57%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF4805 (or 0xAF4805) is known color: Rust. HEX triplet: AF, 48 and 05. RGB value is (175,72,5). Sum of RGB (Red+Green+Blue) = 175+72+5=252 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.44% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 5 (2.34% from 255 or 1.98% from 252); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4805 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4805 is #50B7FA. Grayscale: #5F5F5F. Windows color (decimal): -5289979 or 346287. OLE color: 346287.

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

Color convert

RGB 175 72 5 -
CMYK 0 0.59 0.97 0.31
HSL 23.65º 0.94% 0.35% -
HSV(B) 23.65º 0.97% 0.69% -
XYZ 20.02 13.76 1.74 -
YUV 95.16 77.12 184.95 -
System Red Green Blue C M Y K H S L
Decimal 175 72 5 0 0.59 0.97 0.31 23.65 0.94 0.35
Hex AF 48 5 0 3B 61 1F 18 5E 23
Octal 257 110 5 0 73 141 37 30 136 43
Binary 10101111 1001000 101 0 111011 1100001 11111 11000 1011110 100011

Color Harmonies of #AF4805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4805

Black with #AF4805

Text Example


Text Example

White with #AF4805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4805; }

 p { color: rgb(175,72,5); }

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

background-color css

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

 a { background-color: rgb(175,72,5); }

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

border-color css

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

 span { border-color: rgb(175,72,5); }

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