Html Css Color HEX #AF4706 Rust

📋 copy color: '#AF4706'

red 175 ◦ green 71 ◦ blue 6

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

Shades of Rust #AF4706

Tints of Rust #AF4706

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.17%

 BLUE value IS 6 (2.73% from 255) = 2.38%

R = 69.44%
G = 28.17%
B = 2.38%

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

#AF4706 (or 0xAF4706) is known color: Rust. HEX triplet: AF, 47 and 06. RGB value is (175,71,6). Sum of RGB (Red+Green+Blue) = 175+71+6=252 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.44% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 6 (2.73% from 255 or 2.38% from 252); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4706 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4706 is #50B8F9. Grayscale: #5F5F5F. Windows color (decimal): -5290234 or 411567. OLE color: 411567.

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

Color convert

RGB 175 71 6 -
CMYK 0 0.59 0.97 0.31
HSL 23.08º 0.93% 0.35% -
HSV(B) 23.08º 0.97% 0.69% -
XYZ 19.97 13.63 1.75 -
YUV 94.69 77.96 185.29 -
System Red Green Blue C M Y K H S L
Decimal 175 71 6 0 0.59 0.97 0.31 23.08 0.93 0.35
Hex AF 47 6 0 3B 61 1F 17 5D 23
Octal 257 107 6 0 73 141 37 27 135 43
Binary 10101111 1000111 110 0 111011 1100001 11111 10111 1011101 100011

Color Harmonies of #AF4706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4706

Black with #AF4706

Text Example


Text Example

White with #AF4706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4706; }

 p { color: rgb(175,71,6); }

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

background-color css

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

 a { background-color: rgb(175,71,6); }

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

border-color css

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

 span { border-color: rgb(175,71,6); }

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