Html Css Color HEX #AF4E05 Rust

📋 copy color: '#AF4E05'

red 175 ◦ green 78 ◦ blue 5

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

Shades of Rust #AF4E05

Tints of Rust #AF4E05

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.23%

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

R = 67.83%
G = 30.23%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF4E05 (or 0xAF4E05) is known color: Rust. HEX triplet: AF, 4E and 05. RGB value is (175,78,5). Sum of RGB (Red+Green+Blue) = 175+78+5=258 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.83% from 258); Green value is 78 (30.86% from 255 or 30.23% from 258); Blue value is 5 (2.34% from 255 or 1.94% from 258); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF4E05 is #50B1FA. Grayscale: #636363. Windows color (decimal): -5288443 or 347823. OLE color: 347823.

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

Color convert

RGB 175 78 5 -
CMYK 0 0.55 0.97 0.31
HSL 25.76º 0.94% 0.35% -
HSV(B) 25.76º 0.97% 0.69% -
XYZ 20.43 14.57 1.88 -
YUV 98.68 75.14 182.44 -
System Red Green Blue C M Y K H S L
Decimal 175 78 5 0 0.55 0.97 0.31 25.76 0.94 0.35
Hex AF 4E 5 0 37 61 1F 1A 5E 23
Octal 257 116 5 0 67 141 37 32 136 43
Binary 10101111 1001110 101 0 110111 1100001 11111 11010 1011110 100011

Color Harmonies of #AF4E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4E05

Black with #AF4E05

Text Example


Text Example

White with #AF4E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4E05; }

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

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

background-color css

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

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

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

border-color css

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

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

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