Html Css Color HEX #AF4807 Rust

📋 copy color: '#AF4807'

red 175 ◦ green 72 ◦ blue 7

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

Shades of Rust #AF4807

Tints of Rust #AF4807

RGB

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

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

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

R = 68.9%
G = 28.35%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#AF4807 (or 0xAF4807) is known color: Rust. HEX triplet: AF, 48 and 07. RGB value is (175,72,7). Sum of RGB (Red+Green+Blue) = 175+72+7=254 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.90% from 254); Green value is 72 (28.52% from 255 or 28.35% from 254); Blue value is 7 (3.12% from 255 or 2.76% from 254); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4807 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4807 is #50B7F8. Grayscale: #5F5F5F. Windows color (decimal): -5289977 or 477359. OLE color: 477359.

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

Color convert

RGB 175 72 7 -
CMYK 0 0.59 0.96 0.31
HSL 23.21º 0.92% 0.36% -
HSV(B) 23.21º 0.96% 0.69% -
XYZ 20.03 13.76 1.8 -
YUV 95.39 78.12 184.79 -
System Red Green Blue C M Y K H S L
Decimal 175 72 7 0 0.59 0.96 0.31 23.21 0.92 0.36
Hex AF 48 7 0 3B 60 1F 17 5C 24
Octal 257 110 7 0 73 140 37 27 134 44
Binary 10101111 1001000 111 0 111011 1100000 11111 10111 1011100 100100

Color Harmonies of #AF4807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4807

Black with #AF4807

Text Example


Text Example

White with #AF4807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4807; }

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

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

background-color css

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

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

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

border-color css

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

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

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